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.
Philipp Balzarek 0e31a96e30 Merge branch 'master' of https://github.com/nejla/pontarius 14 years ago
Documentation removal of srs document from the git repository 14 years ago
Examples simple ibr example 14 years ago
src Merge branch 'master' of https://github.com/nejla/pontarius 14 years ago
stringprep-hs@7a6ca463b5 re-added stringprep 14 years ago
tests added concurrent startSession 14 years ago
xml-types-pickle@73f8caedfe removed sConPush, session now starts without connection, added inline connection method 14 years ago
.gitignore lifted xmppConnect (connect), xmppStartTLS(startTLS) and xmppSASL(auth) 14 years ago
.gitmodules re-added stringprep 14 years ago
CREDITS new dummy xmppt (statet-based) api, enumerator code commented and many features disabled, but pontarius with example now compiles, updated readme file, new credits file 14 years ago
LICENSE Merge branch 'xmpp-lib' 14 years ago
README new dummy xmppt (statet-based) api, enumerator code commented and many features disabled, but pontarius with example now compiles, updated readme file, new credits file 14 years ago
Setup.hs configured the project for eclipsefp and committed it "as is" 14 years ago
build.sh re-added stringprep 14 years ago
pontarius.cabal re-added stringprep 14 years ago

README

Pontarius is a work in progress to build a Haskell XMPP library that
implements the client capabilities of RFC 6120 ("XMPP Core").

The latest version, 1.0 Alpha 8, is the first release since the
project was put on ice in around July, as well as the first release by
Nejla. The new release primarily brings a new API, a rewritten Session
module, a new event system and updated code to unbreak Pontarius with
regards to new versions of dependencies (most notably the conduit and
xml-conduit packages). However, there are a number of features that
are (temporarily) missing from this rewrite of library, such as TLS
security and SASL authentication.

Overall, we are working on cleaning up the code, the final
architectural details and towards feature-completeness to be able to
move the project into beta.