im 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!-- Copyright 2008-2010 StatusNet Inc. and contributors. -->
  2. <!-- Document licensed under Creative Commons Attribution 3.0 Unported. See -->
  3. <!-- http://creativecommons.org/licenses/by/3.0/ for details. -->
  4. You can post messages to %%site.name%% using a [Jabber](http://jabber.org/) client
  5. on your computer, mobile phone, or other platform. ([GTalk](http://talk.google.com/),
  6. Google's Jabber program, will also work.) This can be a convenient way to keep
  7. up with your friends on %%site.name%%.
  8. If you don't already have a Jabber account, you can use GTalk or one of the other
  9. [public Jabber services](http://www.jabber.org/im-services). You'll probably also
  10. need an IM client like [Pidgin](http://www.pidgin.im/).
  11. Managing your IM settings
  12. -------------------------
  13. Use the [IM settings](%%action.imsettings%%) page to set your IM preferences. You can add or change your Jabber address and set the flags for Jabber update.
  14. When you add or change your address, you'll receive a message from **%%xmpp.user%%@%%xmpp.server%%** asking you to confirm the change. (You may need to
  15. add %%xmpp.user%%@%%xmpp.server%% to your buddy list *before* changing your IM
  16. settings; this is definitely true for GTalk.)
  17. Sending updates
  18. ---------------
  19. You send updates by sending messages to %%xmpp.user%%@%%xmpp.server%%. Messages
  20. should be less than %%site.textlimit%% characters; longer messages will be truncated.
  21. Commands
  22. --------
  23. You can do some minor management of your account through Jabber. These are the
  24. currently-implemented commands:
  25. * **on** - turn on notifications
  26. * **off** - turn off notifications
  27. * **help** - show this help
  28. * **follow &lt;nickname&gt;** - subscribe to user
  29. * **groups** - lists the groups you have joined
  30. * **subscriptions** - list the people you follow
  31. * **subscribers** - list the people that follow you
  32. * **leave &lt;nickname&gt;** - unsubscribe from user
  33. * **d &lt;nickname&gt; &lt;text&gt;** - direct message to user
  34. * **get &lt;nickname&gt;** - get last notice from user
  35. * **whois &lt;nickname&gt;** - get profile info on user
  36. * **lose &lt;nickname&gt;** - force user to stop following you
  37. * **fav &lt;nickname&gt;** - add user's last notice as a 'fave'
  38. * **fav #&lt;notice_id&gt;** - add notice with the given id as a 'fave'
  39. * **repeat #&lt;notice_id&gt;** - repeat a notice with a given id
  40. * **repeat &lt;nickname&gt;** - repeat the last notice from user
  41. * **reply #&lt;notice_id&gt;** - reply to notice with a given id
  42. * **reply &lt;nickname&gt;** - reply to the last notice from user
  43. * **join &lt;group&gt;** - join group
  44. * **login** - Get a link to login to the web interface
  45. * **drop &lt;group&gt;** - leave group
  46. * **stats** - get your stats
  47. * **stop** - same as 'off'
  48. * **quit** - same as 'off'
  49. * **sub &lt;nickname&gt;** - same as 'follow'
  50. * **unsub &lt;nickname&gt;** - same as 'leave'
  51. * **last &lt;nickname&gt;** - same as 'get'
  52. * **on &lt;nickname&gt;** - not yet implemented.
  53. * **off &lt;nickname&gt;** - not yet implemented.
  54. * **nudge &lt;nickname&gt;** - remind a user to update.
  55. * **invite &lt;phone number&gt;** - not yet implemented.
  56. * **track &lt;word&gt;** - not yet implemented.
  57. * **untrack &lt;word&gt;** - not yet implemented.
  58. * **track off** - not yet implemented.
  59. * **untrack all** - not yet implemented.
  60. * **tracks** - not yet implemented.
  61. * **tracking** - not yet implemented.