aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/exmpp
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9.7ashish2011-09-193-138/+147
| | | | | PR: ports/152468 Approved by: gelraen.ua@gmail.com (maintainer)
* -remove MD5ohauer2011-07-031-1/+0
|
* Bump PORTREVISION in Erlang dependent ports, which need to be rebuiltolgeni2010-09-281-0/+1
| | | | due to the new beam format.
* exmpp is a fast and scalable library for the Extensible Messaging and Presencepav2010-08-264-0/+190
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>