pontarius-xmpp: A prototyped and incomplete implementation of RFC 6120: XMPP: Core

[ bsd3, library, network ] [ Propose Tags ]

A work in progress of an implementation of RFC 6120: XMPP: Core, as well as RFC 6122: XMPP: Address Format and other depending standards. A new version of Pontarius XMPP is released every three weeks.


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • Network.XMPP

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0, 0.0.6.0, 0.0.7.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.3, 0.4.4, 0.4.5, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.6.1, 0.5.6.2, 0.5.6.3, 0.5.6.4, 0.5.6.5, 0.5.6.6, 0.5.6.7, 0.5.6.8
Dependencies asn1-data, base (>=2 && <5), base64-string, bytestring, cereal (==0.3.3.0), certificate, containers, crypto-api (==0.6.3), cryptohash (==0.7.0), enumerator, mtl, network, parsec, pureMD5, random, ranges, stringprep, text, text-icu, time, tls, tls-extra, transformers, utf8-string, uuid, 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/
Bug tracker mailto:info@pontarius.org
Source repo head: darcs get git://github.com/pontarius/pontarius-xmpp.git
this: darcs get git://github.com/pontarius/pontarius-xmpp.git --tag 0.0.7.0
Uploaded by JonKristensen at 2011-07-27T06:30:54Z
Distributions LTSHaskell:0.5.6.8, NixOS:0.5.6.8
Reverse Dependencies 4 direct, 1 indirect [details]
Downloads 24721 total (111 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-27 [all 6 reports]

Readme for pontarius-xmpp-0.0.7.0

[back to package description]
Pontarius XMPP 0.1 aims to implement the client capabilities of RFC 6120 ("XMPP
Core"). We have just released 0.1 Alpha 7, which may be the last version that is
not feature-complete.

The current version of Pontarius XMPP is broken; the recent rewriting of some
modules broke the Session module. Fixing the Session module is one of the goals
for the next release. Other goals include working on the last missing features,
and improving the documentation and the API.

We will soon move the project into beta.

Please note that we are not recommending anyone to use Pontarius XMPP at this
time as it’s still in an experimental stage and will have its API and data types
modified. However, if you are interested to use Pontarius XMPP anyway, feel free
to contact the Pontarius project and we will try to help you get started. Please
see http://www.pontarius.org/ for documentation and more information.

The next version is scheduled to be released on the 17th of August.

Look at the Pontarius web site <http://www.pontarius.org/> and the Pontarius
XMPP Hackage page <http://hackage.haskell.org/package/pontarius-xmpp/> for more
information.