gnu-social/plugins/Msn
Luke Fitzgerald 82f44c5fa0 Fix typo 2010-07-26 11:14:18 -07:00
..
extlib/phpmsnclass Remove old comment 2010-07-24 10:07:02 -07:00
MsnPlugin.php Removed hard tabs 2010-07-18 12:58:06 -07:00
README Added required PHP extensions to README 2010-06-29 11:14:26 -07:00
msnmanager.php Fix typo 2010-07-26 11:14:18 -07:00

README

The MSN plugin allows users to send and receive notices over the MSN network.

Required PHP extensions:
curl pcre mhash mcrypt bcmath

Installation
============
add "addPlugin('msn',
    array('setting'=>'value', 'setting2'=>'value2', ...);"
to the bottom of your config.php

scripts/imdaemon.php included with StatusNet must be running. It will be started by
the plugin along with their other daemons when you run scripts/startdaemons.sh.
See the StatusNet README for more about queuing and daemons.

Settings
========
user*: username (screenname) to use when logging into MSN
password*: password for that user
nickname*: nickname for the bot

* required
default values are in (parenthesis)

Example
=======
addPlugin('msn', array(
    'user' => '...',
    'password' => '...',
    'nickname' => '...'
));