]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc-src/sms
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / doc-src / sms
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 many kinds of cell
6 phones that support SMS messaging. This site does not support SMS
7 directly; rather, it uses your carrier's email gateway to send and
8 receive messages.
9
10 Managing your SMS settings
11 --------------------------
12
13 Use the [SMS settings](%%action.smssettings%%) page to set your SMS
14 preferences. You can add or change your SMS number and set the
15 flags for SMS updates.
16
17 When you add or change your phone number, you'll receive a message on your
18 phone with a verification code. Enter it into the SMS settings page to
19 confirm that the owner of the phone authorizes sending it messages.
20
21 Note that only the carriers listed in the drop down list on the form
22 are supported by %%site.name%%. They're the only ones we know how to
23 make email addresses for.
24
25 Receiving messages
26 ------------------
27
28 Once you've verified your phone number, you can enable sending
29 messages to your phone. If you have a lot of friends and a typical
30 phone, it can be hard to keep up.
31
32 Sending messages
33 ----------------
34
35 To send a message, you must send an email to the incoming email
36 address visible on your SMS settings page. The method for sending
37 email from your phone varies from carrier to carrier and from handset
38 to handet; if in doubt, ask your carrier.
39
40 Keep your incoming email address a secret -- it's the only way we know
41 you're really you!
42
43 Commands
44 --------
45
46 You can use the following commands with %%site.name%%.
47
48 * on - turn on notifications
49 * off - turn off notifications
50 * help - show this help
51 * follow &lt;nickname&gt; - subscribe to user
52 * leave &lt;nickname&gt; - unsubscribe from user
53 * d &lt;nickname&gt; &lt;text&gt; - direct message to user
54 * get &lt;nickname&gt; - get last notice from user
55 * whois &lt;nickname&gt; - get profile info on user
56 * fav &lt;nickname&gt; - add user's last notice as a 'fave'
57 * stats - get your stats
58 * stop - same as 'off'
59 * quit - same as 'off'
60 * sub &lt;nickname&gt; - same as 'follow'
61 * unsub &lt;nickname&gt; - same as 'leave'
62 * last &lt;nickname&gt; - same as 'get'
63 * on &lt;nickname&gt; - not yet implemented.
64 * off &lt;nickname&gt; - not yet implemented.
65 * nudge &lt;nickname&gt; - not yet implemented.
66 * invite &lt;phone number&gt; - not yet implemented.
67 * track &lt;word&gt; - not yet implemented.
68 * untrack &lt;word&gt; - not yet implemented.
69 * track off - not yet implemented.
70 * untrack all - not yet implemented.
71 * tracks - not yet implemented.
72 * tracking - not yet implemented.