HXMPP: A (prototyped) easy to use XMPP library

[ bsd3, deprecated, library, network, program ] [ Propose Tags ]
Deprecated in favor of pontarius-xmpp

A work in progress of an implementation of RFC 3920: XMPP Core.


[Skip to Readme]

Modules

  • HXMPP

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0
Dependencies base (>=2 && <4), base64-string, binary, bytestring, crypto-api, enumerator, HLogger (==0.0.1.0), network, pureMD5, random, regex-posix, text, transformers, utf8-string, xml-enumerator, xml-types [details]
License BSD-3-Clause
Copyright Copyright © 2011, Jon Kristensen
Author Jon Kristensen, Mahdi Abdinejadi
Maintainer jon.kristensen@pontarius.org
Category Network
Home page http://www.pontarius.org/sub-projects/hxmpp/
Bug tracker mailto:info@pontarius.org
Source repo head: darcs get https://patch-tag.com/r/jonkri/HXMPP
this: darcs get https://patch-tag.com/r/jonkri/HXMPP --tag 0.0.1.0
Uploaded by JonKristensen at 2011-03-02T17:05:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hxmpp-0.0.1.0-test
Downloads 1324 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-25 [all 14 reports]

Readme for HXMPP-0.0.1.0

[back to package description]
HXMPP aims to be an easy-to-use XMPP library for Haskell. We have just
released an initial prototyped version with the following features:

  * DIGEST-MD5 SASL Authentication
  * Concurrent and Event-based API for XMPP Client Developers
  * Support for Info/Query and Presence Stanzas
  * Interoperable XML Parsing (Using enumerator, xml-enumerator and xml-types)

Please note that we are not recommending anyone to use HXMPP at this time as
it’s still in an experimental stage and will have its API and data types
modified frequently. We have scheduled the first beta release for the 4th of
May. That being said, if you are interested to use HXMPP anyway, feel free to
contact the Pontarius project and we will try to help you get started.

We are currently working on cleaning up the code, securing the client-to-server
stream using TLS and having the library support all of RFC 3920: XMPP Core (by
for example supporting message stanzas).

We will release the next version, 0.1 Alpha 2, on the 23rd of March.

Look at the Pontarius web site <http://www.pontarius.org/>, the HXMPP web page
<http://www.pontarius.org/sub-projects/hxmpp/> and the HXMPP Hackage page
<http://hackage.haskell.org/package/HXMPP/> for more information.