~singpolyma/network-protocol-xmpp

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
16af081c — John Millikin 13 years ago
Implement converting stanzas to/from XML trees
fbf0f0b1 — John Millikin 13 years ago
Cleaned up the 'Component' module
82b00c68 — John Millikin 13 years ago
Cleaned up the Client module, which opens streams in the jabber:client namespace.
915f7dba — John Millikin 13 years ago
Add some missing internal modules
1f0c9c9e — John Millikin 13 years ago
Add more version requirements
1e091bda — John Millikin 13 years ago
Add version specifications for some unstable dependencies.
a9f3a874 — John Millikin 13 years ago
Bump version to 0.3
78b7d475 — John Millikin 13 years ago
Clean up a few internal modules, provide a smaller external interface to streams.
3b50a3b3 — John Millikin 13 years ago
Updated copyright date in JID.hs
fb16bfd5 — John Millikin 13 years ago
Use multiple stanza data types, with a common class.
61061478 — John Millikin 13 years ago
Started major refactoring effort, starting with proper stringprep support in JID.
Next