irssi-xmpp
irssi-xmpp copied to clipboard
Automatic Connection Does Not Work
The description here does not work:
https://raw.githubusercontent.com/cdidier/irssi-xmpp/v0.52/docs/FAQ
Is there another way to configure?
double check your ~/.irssi/config, make sure your xmpp server has autoconnect = "yes";
works for me
no, not really :( its just not connecting...
Can you share your config?
do you have "load xmpp" in your ~/.irssi/startup ?
as in the FAQ:
servers = (
{
address = "jabber.myjabber";
chatnet = "xmpp";
port = "5222";
password = "secret";
autoconnect = "yes";
}
);
chatnets = {
xmpp = {
type = "XMPP";
nick = "[email protected]";
};
};