Hi, I'm writing a module to connect to jabber, called irssi-xmpp (http://cybione.org/src/irssi-xmpp/).
In this module, I need to deal with statusbar to show composing events (already done) and to show the real nick in a MUC which can be different in others channels (planned). I've done something like that : http://cvs.gna.org/cvsweb/irssi-xmpp/src/fe-text/text-xmpp-composing.c?rev=1.1;content-type=text%2Fx-cvsweb-markup;cvsroot=irssi-xmpp It works well, but "fe-text/statusbar.h" isn't installed in /usr/.../includes/irssi, so the module won't build if you don't have the full sources of irssi. fe-text's headers are in noinst_HEADERS in src/fe-text/Makefile.am, that's why they won't be installed. Is there an other way to deal with statusbar (in a module in C) ? or should the fe-text's headers be installed ? Thanks! -- Colin « errtu » Didier http://cybione.org xmpp:[EMAIL PROTECTED]
