Mikael Nordfeldth f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION %!s(int64=10) %!d(string=hai) anos
..
classes de55d8f83b plugins onAutoload now only overloads if necessary (extlibs etc.) %!s(int64=10) %!d(string=hai) anos
extlib e9995b0f6a Create IM plugin, Pluginize XMPP, Create AIM plugin %!s(int64=14) %!d(string=hai) anos
lib de55d8f83b plugins onAutoload now only overloads if necessary (extlibs etc.) %!s(int64=10) %!d(string=hai) anos
locale 51b28eda19 Localisation updates from http://translatewiki.net. %!s(int64=12) %!d(string=hai) anos
AimPlugin.php f110fc5c9a Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION %!s(int64=10) %!d(string=hai) anos
README 5414396a2e IM cleanup on 1.0.x branch: %!s(int64=14) %!d(string=hai) anos

README

The AIM plugin allows users to send and receive notices over the AIM network.

Installation
============
add "addPlugin('aim',
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 AIM
password*: password for that user

* required
default values are in (parenthesis)

Example
=======
addPlugin('aim', array(
'user=>'...',
'password'=>'...'
));