haskell-xmpp: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library

[ bsd3, deprecated, library, network, program ] [ Propose Tags ] [ Report a vulnerability ]
Deprecated

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.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
examples

Build examples

Disabled
debug

Enable debugging output

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

  • No current members of group

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0, 1.0.1, 1.0.2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4
Dependencies array, base (>3 && <=5), HaXml (>=1.23.3), html, mtl (>=1.0), network, polyparse, pretty, random, regex-compat, stm, utf8-string [details]
Tested with ghc ==6.10.4, ghc ==6.12.1
License BSD-3-Clause
Copyright (c) 2005-2011 Dmitry Astapov, k.pierre
Author Dmitry Astapov <[email protected]>, pierre <[email protected]>
Maintainer Dmitry Astapov <[email protected]>
Category Network
Home page http://patch-tag.com/r/adept/haskell-xmpp/home
Bug tracker mailto: [email protected]
Source repo head: darcs get [email protected]:/r/adept/haskell-xmpp
Uploaded by DmitryAstapov at 2012-08-30T21:44:57Z
Distributions FreeBSD:1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables haskell-xmpp-test
Downloads 3529 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for haskell-xmpp-1.0.2

[back to package description]
Attempt to write an XMPP bindings for haskell

Alpha-version/work in progress

To build, obtain and install latest HaXml 
(darcs get http://www.cs.york.ac.uk/fp/darcs/HaXml)
, then use supplied rebuild.sh

Questions or proposals?
Contact dastapov at gmail.com (via mail),
adept at jabber.kiev.ua (via XMPP :)
or adept at #haskell (via IRC)

Patches? "darcs send" them to [email protected]