irssi-xmpp icon indicating copy to clipboard operation
irssi-xmpp copied to clipboard

Automatic Connection Does Not Work

Open myzinsky opened this issue 5 years ago • 3 comments

The description here does not work:

https://raw.githubusercontent.com/cdidier/irssi-xmpp/v0.52/docs/FAQ

Is there another way to configure?

myzinsky avatar Aug 28 '19 21:08 myzinsky

double check your ~/.irssi/config, make sure your xmpp server has autoconnect = "yes";

works for me

ailin-nemui avatar Aug 28 '19 21:08 ailin-nemui

no, not really :( its just not connecting...

Can you share your config?

myzinsky avatar Aug 28 '19 21:08 myzinsky

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]";
  };
};

ailin-nemui avatar Aug 28 '19 21:08 ailin-nemui