cdidier / irssi-xmpp

irssi-xmpp is an irssi plugin to connect to the Jabber network.
GNU General Public License v2.0
69 stars 22 forks source link

irssi-xmpp

Homepage: https://github.com/cdidier/irssi-xmpp

About

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.

Installation

Requirement

Procedure

Packages

Documentation

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.

Bugs and suggestions

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.