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.