From 5aee45ed5f294cf91c13560f240403b3c36512cf Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 12 Sep 2007 23:56:31 +0000 Subject: 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 --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') 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 -- cgit