Deprecated

haskell-xmpp

Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library

https://github.com/riskbook/haskell-xmpp

Latest on Hackage:2.0.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Dmitry Astapov, pierre, riskbook
Maintained by riskbook

Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library

Unlike package network-protocol-xmpp, which uses libxml-sax, this library uses HaXml and supports MUC. However, MUC support of the moment is worse than that in package XMPP.

This library make extensive use of STM and threads to simplify writing message-handling code.