blob: 3ab97f7c9d506d216bad7a30d405f7f81949d2aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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.
WWW: http://patch-tag.com/r/adept/haskell-xmpp/home
|