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

[ bsd3, deprecated, library, network, program ] [ Propose Tags ]
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

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.20.2), html, mtl (>=1.0), network, polyparse, pretty, random, regex-compat, stm, utf8-string [details]
License BSD-3-Clause
Copyright (c) 2005-2011 Dmitry Astapov, k.pierre
Author Dmitry Astapov <dastapov@gmail.com>, pierre <k.pierre.k@gmail.com>
Maintainer Dmitry Astapov <dastapov@gmail.com>
Category Network
Home page http://adept.linux.kiev.ua/repos/xmpp
Bug tracker mailto: dastapov@gmail.com
Source repo head: darcs get adept@patch-tag.com:/r/adept/haskell-xmpp
Uploaded by DmitryAstapov at 2011-01-15T22:50:42Z
Distributions FreeBSD:1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables haskell-xmpp-test
Downloads 3215 total (23 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

[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 dastapov@gmail.com