[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Irssi-xmpp-dev] Timeouts seems to be solved



resending with my member adress :)


The tests I have done on the keep alive indicates that the timeout issue
I have seen is now solved. 

I have now done some more general testing with other users also, and I
found that I only see the "user ... has left channel... " messages but
not the "user ... has joind the channel ...". And this was when other
jids left and joined the channel. 

But now with the timeout issue resolved and the recent work providing
error handling it is already usable for MUC. 

I also created a ~/.irssi/startup
containing the row:
LOAD xmpp

Then I added the property
autoconnect = "yes";
to the servers section in the config. 

This works great, now irssi will connect on startup. However I didn't
get the autojoin to work for channels, but I guess that is probably
irssi-xmpp code to handle. And as long as it does the connect on startup
it isn't that much job to join... 
But I think it would be good to mention this procedure in the README,
since it isn't very easy to find out about the startup-file.

//Mattias