README
changeset 183 b4bd77d58a3e
parent 182 626c390682fc
parent 174 25b9d58daa13
--- a/README	Sun Feb 09 09:50:38 2014 -0700
+++ b/README	Sun Feb 09 09:52:28 2014 -0700
@@ -4,7 +4,14 @@
 
 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.
 
 This software is written by Chris Jones <chris@cjones.org>. If you use
 it, I'd appreciate a note letting me know. Bug reports are