diff -r fc8702a8572e -r 52c100897e9d README --- a/README Wed Nov 06 20:38:03 2013 -0700 +++ b/README Wed Nov 06 20:39:36 2013 -0700 @@ -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.