freebsd-ports/net-im/ocaml-jabbr/pkg-descr
Mario Sergio Fujikawa Ferreira 733134ead7 New port ocaml-jabbr version 0.0.20021124: XML Messaging and Presence
Protocol a.k.a. Jabber for Objective Caml
2003-01-09 06:05:52 +00:00

14 lines
666 B
Text

[ excerpt from developer's www site ]
Jabbr is an OCaml library for the XML Messaging and Presence Protocol,
more commonly known as Jabber, based on my Yaxpo reentrant XML
parser. Jabbr provides basic XML stream and authentication services
based on a clean state machine abstraction which imposes minimal
constraints on the underlying I/O mechanisms used by the driver
program. It currently does not provide automated support for
higher-level XMPP abstractions like presence and roster management.
In addition to Yaxpo, Jabbr requires Xavier Leroy's Cryptokit
library, which provides SHA-1 hash support for authentication.
WWW: http://mikelin.mit.edu/xmpp/jabbr/