# HG changeset patch # User Chris Jones # Date 1382305220 21600 # Node ID 25b9d58daa136c07316a60f5ef1720eeac4aa260 # Parent b257c67d24914ea1d841e43f3206eefed30d05f4 Doc cleanup. diff -r b257c67d2491 -r 25b9d58daa13 README --- 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. diff -r b257c67d2491 -r 25b9d58daa13 TODO.txt --- 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.