~singpolyma/network-protocol-xmpp

bb4dfca0 — John Millikin 13 years ago
Update to use libxml-sax 0.6
05631444 — John Millikin 13 years ago
In the "echo" example, send a ping every 60 seconds to prevent the server from timing out the connection.
902c60fb — John Millikin 13 years ago
Add locking to 'putStanza' and 'getStanza', to allow basic thread-safe access.
43693c9c — John Millikin 13 years ago
Update for latest version of 'xml-types'.
c36f4011 — John Millikin 13 years ago
Add a note that servers populate the "from" attribute on stanzas, in the echo example.
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.
Next