~singpolyma/network-protocol-xmpp

3b3d4a2d — John Millikin 11 years ago
Add 'sessionIsSecure' function, so users can check whether the current
session is running over a secure channel.
a3bdf940 — John Millikin 11 years ago
Require haskell-gnutls >= 0.1.4, because earlier versions crash when
credentials are used as they are in XMPP/Client/Handle.hs .
0a18d841 — John Millikin 11 years ago
Remove maximum dependency versions for bytestring and network.
3c421e30 — John Millikin 11 years ago
Bump version to 0.4.3.
70163d37 — John Millikin 11 years ago
Support authentication schemes that require post-success validation.

Fixes authentication failures with the SCRAM-SHA1 mechanism, reported
by Gergely Risko.
fe42e1c2 — John Millikin 11 years ago
Fix build of example/echo.hs.
520314c5 — John Millikin 11 years ago
Minor cleanups. Remove maximum version of "transformers" dependency.
6304bac2 — John Millikin 11 years ago
Clean up Cabal file.

Bump package version to 0.4.1.
787d509a — John Millikin 11 years ago
Fix build in GHC 7.4.1.
f804d361 — John Millikin 12 years ago
Reduce use of the ($) operator.
3a40e58a — John Millikin 12 years ago
Replace SaxEvent with plain Event
1eb63b40 — John Millikin 12 years ago
Use strict text and bytestrings for everything.
bd96ff0c — John Millikin 12 years ago
Use the IsString instance of Name.
6ac34f1c — John Millikin 12 years ago
Misc stylistic cleanups
1ab0aa09 — John Millikin 12 years ago
Quick-n-dirty port to updated xml-types and libxml-sax.
3be80c74 — John Millikin 12 years ago
Version 0.3.3
554ac74f — John Millikin 12 years ago
Update homepage and repository URLs.
77d1fb37 — John Millikin 12 years ago
Require gnuidn-0.2
4758e8a7 — John Millikin 12 years ago
In the "echo" example, 1) don't respond to error messages and 2) allow
subscriptions.
f94ad358 — John Millikin 12 years ago
Remove -fno-warn-unused-do-bind from GHC options, and fix resulting warnings.
Next