Conversation
Notices
-
!xmpp headache; how to persuade pyxmpp to reconnect after a network outage? and will google talk give it a new JID/session ID?
-
@danbri Don't know - use sleek? And GTalk always issues a new resource, which is indeed frustrating in this case.
-
@danbri SleekXMPP is better at detecting such breaks in the flow, but still your only choice often is to create a new session
-
@danbri SleepXMPP and Twisted Words/Wokkel are really the best options for Python XMPP stuff.
Mark Schulz likes this. -
@danbri Of course, I meant SleekXMPP :)
-
@metajack Okay, but I'm *so* calling it that now, every time.
-
I have no experience with pyxmpp. But in jabber-el I just dsconnect and connect again: the JID is always your GTalk ID AFAIK
-
@danbri My answer to that problem has always been to switch to SleekXMPP, which does handle it. Oh, …
-
@fritzy Would love to test interop on XEP-0198 at some point :)
-