Doc cleanup.
authorChris Jones <chris@cjones.org>
Sun, 20 Oct 2013 15:40:20 -0600
changeset 174 25b9d58daa13
parent 173 b257c67d2491
child 176 52c100897e9d
Doc cleanup.
README
TODO.txt
--- a/README	Fri Oct 18 18:54:35 2013 -0600
+++ b/README	Sun Oct 20 15:40:20 2013 -0600
@@ -4,4 +4,11 @@
 
 The core of the protocol is handled by xmpp.go, structs.go, and
 stream.go. Everything else is an extension, though some of the
-provided "extensions" are mandatory pieces of the protocol.
+provided "extensions" are mandatory pieces of the protocol. Many of
+the XEPs at http://xmpp.org/xmpp-protocols/xmpp-extensions/ can be
+supported by this library, though at present only base protocol
+support is here.
+
+An simple client using this library is in the example directory. A
+more interesting example can be found at
+https://cjones.org/hg/foosfiend.
--- a/TODO.txt	Fri Oct 18 18:54:35 2013 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-Review all the *Client receiver methods in layer3.go. They should
-probably either all be receivers, or none.
-
-Add a Reconnect() function.