diff options
author | pav <pav@FreeBSD.org> | 2006-04-30 00:41:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-30 00:41:57 +0800 |
commit | 91a1cec78609132e1180b172531ef737ead16732 (patch) | |
tree | f74bbb08ad176f85d1070be78fb4a29168d37131 /net-im/Makefile | |
parent | dbdb364d62c87c5613f77a8c223437b2037f4eb8 (diff) | |
download | freebsd-ports-gnome-91a1cec78609132e1180b172531ef737ead16732.tar.gz freebsd-ports-gnome-91a1cec78609132e1180b172531ef737ead16732.tar.zst freebsd-ports-gnome-91a1cec78609132e1180b172531ef737ead16732.zip |
xmpppy is a Python library that is targeted to provide easy
scripting with Jabber. Similar projects are Twisted Words
and jabber.py.
This library was not designed from scratch. It inherits some
code from jabberpy and have very similar API in many places.
Though it is separate project since it have almost completely
different architecture and primarily aims to work with jabberd2
- the new Open Source Jabber Server.
WWW: http://xmpppy.sourceforge.net/
The IRC transport is a dynamic gateway that allows XMPP/Jabber
users to connect to IRC using their Groupchat and MUC clients.
It is based on xmpppy and irclib Python libraries.
WWW: http://xmpppy.sourceforge.net/irc/
PR: ports/96362
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Diffstat (limited to 'net-im/Makefile')
-rw-r--r-- | net-im/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 9f6a6356fe43..f889aaf4dd5d 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -98,6 +98,8 @@ SUBDIR += psi SUBDIR += py-jabber SUBDIR += py-twistedWords + SUBDIR += py-xmpppy + SUBDIR += py-xmpppy-irc SUBDIR += ruby-xmpp4r SUBDIR += sendxmpp SUBDIR += sim-im-devel |