~singpolyma/network-protocol-xmpp

1eb63b40 — John Millikin 12 years ago
Use strict text and bytestrings for everything.
bd96ff0c — John Millikin 12 years ago
Use the IsString instance of Name.
6ac34f1c — John Millikin 12 years ago
Misc stylistic cleanups
1ab0aa09 — John Millikin 12 years ago
Quick-n-dirty port to updated xml-types and libxml-sax.
3be80c74 — John Millikin 12 years ago
Version 0.3.3
554ac74f — John Millikin 12 years ago
Update homepage and repository URLs.
77d1fb37 — John Millikin 12 years ago
Require gnuidn-0.2
4758e8a7 — John Millikin 12 years ago
In the "echo" example, 1) don't respond to error messages and 2) allow
subscriptions.
f94ad358 — John Millikin 12 years ago
Remove -fno-warn-unused-do-bind from GHC options, and fix resulting warnings.
be8bfc68 — John Millikin 12 years ago
Support text-0.11
6a8c57db — John Millikin 12 years ago
Bump 'network' dependency version.
a0191ab2 — John Millikin 12 years ago
If the remote server closes the connection, send EOF to the XML parser.
47b6d649 — John Millikin 12 years ago
Update homepage and bump 'text' dependency version.
f6097e9a — John Millikin 13 years ago
Bump 'text' dependency version.
78b5a2c0 — John Millikin 13 years ago
Rename 'Event' to 'SaxEvent', in preparation for new "xml-types" package.
bb4dfca0 — John Millikin 13 years ago
Update to use libxml-sax 0.6
05631444 — John Millikin 13 years ago
In the "echo" example, send a ping every 60 seconds to prevent the server from timing out the connection.
902c60fb — John Millikin 13 years ago
Add locking to 'putStanza' and 'getStanza', to allow basic thread-safe access.
43693c9c — John Millikin 13 years ago
Update for latest version of 'xml-types'.
c36f4011 — John Millikin 13 years ago
Add a note that servers populate the "from" attribute on stanzas, in the echo example.
Next