sms 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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 many kinds of cell
  5. phones that support SMS messaging. This site does not support SMS
  6. directly; rather, it uses your carrier's email gateway to send and
  7. receive messages.
  8. Managing your SMS settings
  9. --------------------------
  10. Use the [SMS settings](%%action.smssettings%%) page to set your SMS
  11. preferences. You can add or change your SMS number and set the
  12. flags for SMS updates.
  13. When you add or change your phone number, you'll receive a message on your
  14. phone with a verification code. Enter it into the SMS settings page to
  15. confirm that the owner of the phone authorizes sending it messages.
  16. Note that only the carriers listed in the drop down list on the form
  17. are supported by %%site.name%%. They're the only ones we know how to
  18. make email addresses for.
  19. Receiving messages
  20. ------------------
  21. Once you've verified your phone number, you can enable sending
  22. messages to your phone. If you have a lot of friends and a typical
  23. phone, it can be hard to keep up.
  24. Sending messages
  25. ----------------
  26. To send a message, you must send an email to the incoming email
  27. address visible on your SMS settings page. The method for sending
  28. email from your phone varies from carrier to carrier and from handset
  29. to handet; if in doubt, ask your carrier.
  30. Keep your incoming email address a secret -- it's the only way we know
  31. you're really you!
  32. Commands
  33. --------
  34. You can use the following commands with %%site.name%%.
  35. * on - turn on notifications
  36. * off - turn off notifications
  37. * help - show this help
  38. * follow &lt;nickname&gt; - subscribe to user
  39. * leave &lt;nickname&gt; - unsubscribe from user
  40. * d &lt;nickname&gt; &lt;text&gt; - direct message to user
  41. * get &lt;nickname&gt; - get last notice from user
  42. * whois &lt;nickname&gt; - get profile info on user
  43. * fav &lt;nickname&gt; - add user's last notice as a 'fave'
  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; - not yet implemented.
  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.