~singpolyma/network-protocol-xmpp

e5a8ce04 — John Millikin 13 years ago
Rename 'Context' to 'Session'.
ee224782 — John Millikin 13 years ago
Add an example XMPP application, which echos messages back to their senders.
43e263d7 — John Millikin 13 years ago
Moved some of the utility functions in 'Network.Protocol.XMPP.XML' into the 'xml-types' package.
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.
Next