| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 22:13:27 GMT
X-Served-By: cache-dfw-kdal2120116-DFW, cache-bom-vanm7210077-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768688007.428251,VS0,VE290
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
HXMPP: A (prototyped) easy to use XMPP library
HXMPP: A (prototyped) easy to use XMPP library
Deprecated
in favor of pontarius-xmpp
Modules
- HXMPP
Downloads
- HXMPP-0.0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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] |
| Tested with | ghc ==6.12.3 |
| License | BSD-3-Clause |
| Copyright | Copyright © 2011, Jon Kristensen |
| Author | Jon Kristensen, Mahdi Abdinejadi |
| Maintainer | jon.kristensen@pontarius.org |
| Uploaded | by JonKristensen at 2011-03-02T17:05:40Z |
| Category | Network |
| Home page | https://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 |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | hxmpp-0.0.1.0-test |
| Downloads | 1388 total (3 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 <https://www.pontarius.org/>, the HXMPP web page <https://www.pontarius.org/sub-projects/hxmpp/> and the HXMPP Hackage page <https://hackage.haskell.org/package/HXMPP/> for more information.