diff options
author | Lance Stout <lancestout@gmail.com> | 2011-08-13 20:58:53 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-08-13 20:58:53 -0700 |
commit | 01061a0355b05c8452b1ef8ca998cd2c51ab4c9e (patch) | |
tree | 47c95d1a9b9a9e7ebd1e302786086894c8f757bd /docs/getting_started/sendlogout.rst | |
parent | 9fdd85d9f18001ed8f90d6e1142bb9c03255a59c (diff) | |
download | slixmpp-01061a0355b05c8452b1ef8ca998cd2c51ab4c9e.tar.gz slixmpp-01061a0355b05c8452b1ef8ca998cd2c51ab4c9e.tar.bz2 slixmpp-01061a0355b05c8452b1ef8ca998cd2c51ab4c9e.tar.xz slixmpp-01061a0355b05c8452b1ef8ca998cd2c51ab4c9e.zip |
More documentation!
Finished the echo bot quickstart.
Added placeholders for other guides we need.
Diffstat (limited to 'docs/getting_started/sendlogout.rst')
-rw-r--r-- | docs/getting_started/sendlogout.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started/sendlogout.rst b/docs/getting_started/sendlogout.rst new file mode 100644 index 00000000..2f9f1edf --- /dev/null +++ b/docs/getting_started/sendlogout.rst @@ -0,0 +1,5 @@ +Login, Send a Message, and Disconnect +===================================== + +A common use case for SleekXMPP is to send one-off messages from +time to time. |