]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Aim/README
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / plugins / Aim / README
1 The AIM plugin allows users to send and receive notices over the AIM network.
2
3 Installation
4 ============
5 add "addPlugin('aim',
6     array('setting'=>'value', 'setting2'=>'value2', ...);"
7 to the bottom of your config.php
8
9 scripts/imdaemon.php included with StatusNet must be running. It will be started by
10 the plugin along with their other daemons when you run scripts/startdaemons.sh.
11 See the StatusNet README for more about queuing and daemons.
12
13 Settings
14 ========
15 user*: username (screenname) to use when logging into AIM
16 password*: password for that user
17
18 * required
19 default values are in (parenthesis)
20
21 Example
22 =======
23 addPlugin('aim', array(
24     'user=>'...',
25     'password'=>'...'
26 ));
27