You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Jon Kristensen be7a4b9c49 added Stream.hs again 15 years ago
Documentation cleaned up in the srs 15 years ago
Examples initial import, copy of darcs repository 15 years ago
Network added Stream.hs again 15 years ago
LICENSE changed back to the BSD-3 license 15 years ago
README updated the readme file for the next version 15 years ago
Setup.hs initial import, copy of darcs repository 15 years ago
pontarius-xmpp.cabal sent scram auth and implemented the hi() function of rfc 5802 ("scram") 15 years ago

README

Pontarius XMPP 0.1 aims to implement the client capabilities of RFC 6120 ("XMPP
Core") and its depending specifications. We have just released 0.1 Alpha 7,
which implements all RFC 6120 features except for the following:

* Proper stream management, validation, and parsing
* Proper generation of TCP/TLS/stream/stanza errors
* Proper closing of the stream

We will hopefully by the next version, 0.1 Alpha 8, have cleaned up all the
prototyped code (most significantly, the Session module), implemented the above
mentioned features, as well as improved efficiency of 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.