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