diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-13 07:56:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-13 07:56:31 +0800 |
commit | 5aee45ed5f294cf91c13560f240403b3c36512cf (patch) | |
tree | f0c5a8a2ec9af8b3f6b08448f6fdbb93f9266558 /irc/Makefile | |
parent | c9604f4fb1d2d844f651d695c13ce8303b2b26f2 (diff) | |
download | freebsd-ports-gnome-5aee45ed5f294cf91c13560f240403b3c36512cf.tar.gz freebsd-ports-gnome-5aee45ed5f294cf91c13560f240403b3c36512cf.tar.zst freebsd-ports-gnome-5aee45ed5f294cf91c13560f240403b3c36512cf.zip |
irssi-xmpp's aim is to provide a good integration in this text-based
irc client and a good support of XMPP (the Jabber protocol).
Current main features are:
* Sending and receiving messages in irssi's query windows
* A roster with contact's ressources tracking (contact list)
* Contact management (add, remove, manage subscriptions...)
* Contact's JIDs, ressources and commands completion (TAB key)
* Multiple accounts support (in different connection)
* Unicode support (UTF-8)
* SSL support
* ...
WWW: http://cybione.org/src/irssi-xmpp/
PR: ports/116304
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 8ce17aaa74dd..39e8698276e0 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -57,6 +57,7 @@ SUBDIR += irssi-devel SUBDIR += irssi-fish SUBDIR += irssi-scripts + SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc SUBDIR += kmyirc |