diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-07 09:27:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-07 09:27:04 +0000 |
commit | f4362c9a78bba8d0eef6070ad251c274f92a7f41 (patch) | |
tree | 48ce02d0e373ec54e0135264e3d944ee00387a80 /net/Makefile | |
parent | 5493ccfffc7b3f3f2f7caf386b41ad6c9b0bfe44 (diff) | |
download | ports-f4362c9a78bba8d0eef6070ad251c274f92a7f41.tar.gz ports-f4362c9a78bba8d0eef6070ad251c274f92a7f41.zip |
Add p5-Net-XMPP 1.0, net::XMPP provides Perl Developer access to the
XMPP protocol.
The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
that provides a complete cross protocol messaging solution. The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other. XMPP seeks to get rid of those barriers.
Net::XMPP is a collection of Perl modules that provide a Perl Developer
access to the XMPP protocol. Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.
WWW: http://www.xmpp.org/
PR: ports/74644
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Notes
Notes:
svn path=/head/; revision=123381
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6c3788602d89..ace206065911 100644 --- a/net/Makefile +++ b/net/Makefile @@ -487,6 +487,7 @@ SUBDIR += p5-Net-Whois SUBDIR += p5-Net-Whois-RIPE SUBDIR += p5-Net-Whois-Raw + SUBDIR += p5-Net-XMPP SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Z3950 SUBDIR += p5-Net-Z3950-SimpleServer |