gnu-social/plugins/Msn
Evan Prodromou 83fb5e6023 Mass replacement of #-comments with //-comments
like leprous boils in our code. So, I've replaced all of them with //
comments instead. It's a massive, meaningless, and potentially buggy
change -- great one for the middle of a release cycle, eh?
2011-03-22 11:54:23 -04:00
..
extlib/phpmsnclass Merge in upstream protocol change 2011-03-11 17:23:14 +00:00
locale Localisation updates from http://translatewiki.net. 2011-03-18 20:59:45 +01:00
MsnPlugin.php handle_incoming -> handleIncoming 2010-09-03 17:50:29 -04:00
README Added required PHP extensions to README 2010-06-29 11:14:26 -07:00
msn_waiting_message.php Mass replacement of #-comments with //-comments 2011-03-22 11:54:23 -04:00
msnmanager.php enqueue_incoming_raw -> enqueueIncomingRaw 2010-09-03 17:50:28 -04: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' => '...'
));