Homepage: https://github.com/cdidier/irssi-xmpp
irssi-xmpp is an irssi plugin to connect to the XMPP network (jabber).
Its main features are:
To deal with the XMPP protocol, it uses of the Loudmouth library. Written in C and released under the GNU General Public License version 2.
$ export IRSSI_INCLUDE=/path/to/irssi/sources
$ make
$ make user-install
# make install
apt-get install irssi-plugin-xmpp
(more info)pkg_add irssi-xmpp
(more info)pkg_add -r irssi-xmpp
(more info)brew install simmel/irssi/irssi-xmpp
(more info)In the directory docs/:
In the directory help/ you can find the help files of each irssi-xmpp specific commands, which can be viewed in irssi with the command /HELP.
On Github: https://github.com/cdidier/irssi-xmpp/issues
MUC room: irssi-xmpp@chat.jabberfr.org
If irssi crashes, please build irssi with debug symbols and the module irssi-xmpp in debug mode (take a look at config.mk to activate it). Then you can run irssi in gdb and print the backtrace ("bt full") when irssi crashes. Paste the backtrace in your message would help to fix this bug.