diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-26 13:20:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-26 13:20:17 +0000 |
commit | d1e1053b93864dbf8ff7c5a48559be879caa5384 (patch) | |
tree | f5f8b2f2419971a7d5ebf3bfc003ac887f756e89 /textproc/Makefile | |
parent | c34278e7e799380f58074974781f74151096adfe (diff) |
exmpp is a fast and scalable library for the Extensible Messaging and Presence
Protocol (XMPP) written in Erlang/OTP.
Main features:
- Based on Erlang message reception and pattern matching. The programming
style is close to Erlang approach and lead to very short pieces of code.
- Support for both formating of client and server packets.
- Based on Erlang atoms and binary to limit memory consumption. It can be
used to write a highly scalable XMPP proxy or XMPP server.
- SSL support.
- Several different XML parsers can be used (expat, libxml2).
WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home
PR: ports/147135
Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com>
Notes
Notes:
svn path=/head/; revision=260014
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3c3cc0ae9352..d193ffd82f60 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -158,6 +158,7 @@ SUBDIR += europass-xsl SUBDIR += exempi SUBDIR += exml + SUBDIR += exmpp SUBDIR += expat2 SUBDIR += exslt SUBDIR += ezxml |