~singpolyma/network-protocol-xmpp

4d5504e2 — John Millikin 13 years ago
Small cleanup to 'putTree'.
3eeaaad6 — John Millikin 13 years ago
In 'treeToStanza', treat the input as a root node.
49d6bcf4 — John Millikin 13 years ago
Treat strings retrieved from libXML as UTF8.
507375d3 — John Millikin 13 years ago
Better error handling for unexpected EOF in 'hGetChar'.
8aaab578 — John Millikin 13 years ago
When authenticating, do not include resources in the JID.
d4a781fd — John Millikin 13 years ago
Use lazy instead of strict bytestrings.
31e363ef — John Millikin 13 years ago
Migrate 'Handle' to a more modern TLS binding.
d0f194da — John Millikin 13 years ago
Add error handling hooks to 'Handle' computation signatures, to simplify the migration to a better GNU TLS binding.
2969f4f9 — John Millikin 13 years ago
Expose enough of the 'XMPP' monad internals for clients to interleave it with other IO.
7dc0aed2 — John Millikin 13 years ago
Export 'Error' in the public API.
490bb5f4 — John Millikin 13 years ago
Make 'JID' an instance of 'IsString'.
92b4b6e3 — John Millikin 13 years ago
Define the 'XMPP' monad, so clients don't have to pass a stream around.
1ac20f95 — John Millikin 13 years ago
Use more specific license version in Cabal file.
8150ebe0 — John Millikin 13 years ago
Fix a few stylistic issues found by HLint.
bd216cc4 — John Millikin 13 years ago
Moved client-related modules into a subpackage.
57a89320 — John Millikin 13 years ago
Merged public API into a single exposed module, 'Network.Protocol.XMPP'.
b78487a0 — John Millikin 13 years ago
Update authentication for public release of gsasl 0.3.
f22ab0c3 — John Millikin 13 years ago
Fix bytestring dependency maximum version.
f393f02c — John Millikin 13 years ago
Quick-n-dirty conversion to version 0.3 of the GNU SASL bindings.
9ae38ff6 — John Millikin 13 years ago
Remove unnecessary TODOs
Next