~singpolyma/network-protocol-xmpp

ref: bd96ff0c22e3b5c4688cee08c25380aab285ff6f network-protocol-xmpp/Network/Protocol/XMPP.hs -rw-r--r-- 1.6 KiB
6ac34f1c — John Millikin 11 years ago
Misc stylistic cleanups
e5a8ce04 — John Millikin 12 years ago
Rename 'Context' to 'Session'.
2969f4f9 — John Millikin 12 years ago
Expose enough of the 'XMPP' monad internals for clients to interleave it with other IO.
7dc0aed2 — John Millikin 12 years ago
Export 'Error' in the public API.
92b4b6e3 — John Millikin 12 years ago
Define the 'XMPP' monad, so clients don't have to pass a stream around.
57a89320 — John Millikin 12 years ago
Merged public API into a single exposed module, 'Network.Protocol.XMPP'.
fbf0f0b1 — John Millikin 12 years ago
Cleaned up the 'Component' module
78b7d475 — John Millikin 12 years ago
Clean up a few internal modules, provide a smaller external interface to streams.
46192ec0 — Stephan Maka 13 years ago
Component support
23322af9 — John Millikin 13 years ago
Add basic support for the ``message`` and ``presence`` stanza types, which simplify the construction of XML trees.
1445ab42 — John Millikin 13 years ago
Cleaned up clientBind a bit, and allow put/getTree operations on authenticated clients.
e17933b3 — John Millikin 13 years ago
Implemented enough parsing to get the list of stream features and SASL mechanisms.
8eb2c5a3 — John Millikin 13 years ago
Initial import