Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Connection Does Not Work #47

Open
myzinsky opened this issue Aug 28, 2019 · 3 comments
Open

Automatic Connection Does Not Work #47

myzinsky opened this issue Aug 28, 2019 · 3 comments

Comments

@myzinsky
Copy link

The description here does not work:

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

Is there another way to configure?

@ailin-nemui
Copy link
Contributor

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

works for me

@myzinsky
Copy link
Author

myzinsky commented Aug 28, 2019

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

Can you share your config?

@ailin-nemui
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants