Use strict text and bytestrings for everything.
Use the IsString instance of Name.
Quick-n-dirty port to updated xml-types and libxml-sax.
Update homepage and repository URLs.
In the "echo" example, 1) don't respond to error messages and 2) allow
subscriptions.
Remove -fno-warn-unused-do-bind from GHC options, and fix resulting warnings.
Bump 'network' dependency version.
If the remote server closes the connection, send EOF to the XML parser.
Update homepage and bump 'text' dependency version.
Bump 'text' dependency version.
Rename 'Event' to 'SaxEvent', in preparation for new "xml-types" package.
Update to use libxml-sax 0.6
In the "echo" example, send a ping every 60 seconds to prevent the server from timing out the connection.
Add locking to 'putStanza' and 'getStanza', to allow basic thread-safe access.
Update for latest version of 'xml-types'.
Add a note that servers populate the "from" attribute on stanzas, in the echo example.