gnu-social/plugins/Msn
Craig Andrews b699364982 Merge remote branch 'chat-interface-plugins/msn-plugin' into 1.0.x 2010-08-18 13:34:39 -04:00
..
extlib include mhash from php compat 2010-08-18 13:34:32 -04:00
MsnPlugin.php Use mhash from Compat if mhash isn't available 2010-08-18 13:33:52 -04:00
README Added required PHP extensions to README 2010-06-29 11:14:26 -07:00
msn_waiting_message.php Fix some typos and missing letters 2010-08-10 17:42:18 -07:00
msnmanager.php Removed old code accidently left in ($data) 2010-08-18 10:27:03 -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' => '...'
));