im 3.1 KB

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