~singpolyma/network-protocol-xmpp

32f143cc — John Millikin 13 years ago
Small tweaks to the bundled XML combinators.
670340a4 — John Millikin 13 years ago
Documentation updates
65638f44 — John Millikin 13 years ago
Add documentation for 'bindJID'.
761236be — John Millikin 13 years ago
Define instances of 'Applicative' and 'MonadFix' for 'XMPP'.
fa4477d2 — John Millikin 13 years ago
Use 'xml-types' instead of HXT for basic XML processing.
6831ae34 — John Millikin 13 years ago
Replace 'hGetChar' with 'hGetBytes'.
99f5f447 — John Millikin 13 years ago
Transition most remaining text storage to lazy 'Text'.
3666904f — John Millikin 13 years ago
Use GNU IDN instead of 'text-icu' for Stringprep support.
21fada26 — John Millikin 13 years ago
Small tweak for first public version of GNU TLS bindings.
dbad3673 — John Millikin 13 years ago
When retrieving a stanza tree from a root, only check element children.
ce476c6f — John Millikin 13 years ago
Allow IQ payloads to be empty.
b0313350 — John Millikin 13 years ago
Restart streams after establishing a TLS connection and authentication.
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.
Next