gnu-social/plugins/Msn
Mikael Nordfeldth 3a7261f70a IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef
Lots of the Memcached_DataObject classes stopped working when upgraded to
Managed_DataObject because they lacked schemaDef().

I have _hopefully_ made it so that all the references to the table uses
each class' schemaDef, rather than the more manual ColumnDef stuff. Not
all plugins have been tested thoroughly yet.

NOTE: This is applied with getKV calls instead of staticGet, as it was
important for PHP Strict Standards compliance to avoid calling the non-
static functions statically. (unfortunately DB and DB_DataObject still do
this within themselves...)
2013-08-21 09:48:42 +02:00
..
extlib/phpmsnclass Apply upstream fix to MSN library for darkip 2011-05-31 11:46:50 -07:00
locale Localisation updates from http://translatewiki.net. 2012-06-30 11:10:38 +00:00
msn_waiting_message.php IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef 2013-08-21 09:48:42 +02:00
msnmanager.php Update translator documentation. 2011-04-25 22:44:24 +02:00
MsnPlugin.php IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef 2013-08-21 09:48:42 +02:00
README Update translator documentation. 2011-04-25 22:44:24 +02: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' => '...'
));