]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc-src/im
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
[quix0rs-gnu-social.git] / doc-src / im
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
5 You can post messages to %%site.name%% using a [Jabber](http://jabber.org/) client
6 on your computer, mobile phone, or other platform. ([GTalk](http://talk.google.com/),
7 Google's Jabber program, will also work.) This can be a convenient way to keep
8 up with your friends on %%site.name%%.
9
10 If you don't already have a Jabber account, you can use GTalk or one of the other
11 [public Jabber services](http://www.jabber.org/im-services). You'll probably also
12 need an IM client like [Pidgin](http://www.pidgin.im/).
13
14 Managing your IM settings
15 -------------------------
16
17 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.
18
19 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
20 add %%xmpp.user%%@%%xmpp.server%% to your buddy list *before* changing your IM
21 settings; this is definitely true for GTalk.)
22
23 Sending updates
24 ---------------
25
26 You send updates by sending messages to %%xmpp.user%%@%%xmpp.server%%. Messages
27 should be less than %%site.textlimit%% characters; longer messages will be truncated.
28
29 Commands
30 --------
31
32 You can do some minor management of your account through Jabber. These are the
33 currently-implemented commands:
34
35 * **on** - turn on notifications
36 * **off** - turn off notifications
37 * **help** - show this help
38 * **follow &lt;nickname&gt;** - subscribe to user
39 * **groups** - lists the groups you have joined
40 * **subscriptions** - list the people you follow
41 * **subscribers** - list the people that follow you
42 * **leave &lt;nickname&gt;** - unsubscribe from user
43 * **d &lt;nickname&gt; &lt;text&gt;** - direct message to user
44 * **get &lt;nickname&gt;** - get last notice from user
45 * **whois &lt;nickname&gt;** - get profile info on user
46 * **lose &lt;nickname&gt;** - force user to stop following you
47 * **fav &lt;nickname&gt;** - add user's last notice as a 'fave'
48 * **fav #&lt;notice_id&gt;** - add notice with the given id as a 'fave'
49 * **repeat #&lt;notice_id&gt;** - repeat a notice with a given id
50 * **repeat &lt;nickname&gt;** - repeat the last notice from user
51 * **reply #&lt;notice_id&gt;** - reply to notice with a given id
52 * **reply &lt;nickname&gt;** - reply to the last notice from user
53 * **join &lt;group&gt;** - join group
54 * **login** - Get a link to login to the web interface
55 * **drop &lt;group&gt;** - leave group
56 * **stats** - get your stats
57 * **stop** - same as 'off'
58 * **quit** - same as 'off'
59 * **sub &lt;nickname&gt;** - same as 'follow'
60 * **unsub &lt;nickname&gt;** - same as 'leave'
61 * **last &lt;nickname&gt;** - same as 'get'
62 * **on &lt;nickname&gt;** - not yet implemented.
63 * **off &lt;nickname&gt;** - not yet implemented.
64 * **nudge &lt;nickname&gt;** - remind a user to update.
65 * **invite &lt;phone number&gt;** - not yet implemented.
66 * **track &lt;word&gt;** - not yet implemented.
67 * **untrack &lt;word&gt;** - not yet implemented.
68 * **track off** - not yet implemented.
69 * **untrack all** - not yet implemented.
70 * **tracks** - not yet implemented.
71 * **tracking** - not yet implemented.