README 690 B

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