@hackage / haskell-xmpp

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

Version Deprecated package2.0.4

About

Metadata

  • Last updated , by Jappie
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: riskbook <support@riskbook.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Tested Compilers

  1. 8.8.3

Package Flags

Use the -f option with cabal commands to enable flags

    examples (off by default)

    Build examples

    debug (off by default)

    Enable debugging output

Readme

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.