gnu-social/plugins/Msn
2010-08-10 17:42:18 -07:00
..
extlib/phpmsnclass Changes to make plugin use database instead of polling session readiness 2010-07-30 17:12:35 -07:00
msn_waiting_message.php Fix some typos and missing letters 2010-08-10 17:42:18 -07:00
msnmanager.php Made private methods protected 2010-08-09 07:05:58 -07:00
MsnPlugin.php Fix a bunch of bugs where DB object wasn't correctly defined 2010-07-31 10:47:58 -07:00
README Added required PHP extensions to README 2010-06-29 11:14:26 -07:00

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' => '...'
));