psi-plus / main

Main repository with patches and required resources
https://psi-plus.com/
GNU Lesser General Public License v2.1
68 stars 20 forks source link

Latest vesrions of psi+ can work with server JABBER.RU #689

Closed weekends closed 7 years ago

weekends commented 7 years ago

Can't work with jabber.ru servers, if you have roster with alot of contacts (at less 200). With version 0.16.475 all work fine, with versions 1.0.116 and later psi+ connect to server and immediately disconnect.

Ri0n commented 7 years ago

Well I suppose it depends on connection speed. Probably stream management can't get response in time. Currently Psi doesn't have an option to disable stream management to check this theory. But if you can patch sources, try to change SM_TIMER_INTERVAL_SECS constant to something bigger. Or you can change NS_STREAM_MANAGEMENT to something invalid, so stream management will be disabled.

liuch commented 7 years ago

Currently Psi doesn't have an option to disable stream management to check this theory.

Hmm. There is such an option in the account settings.

Ri0n commented 7 years ago

Sorry. I missed it :) Yes it's there.

liuch commented 7 years ago

@weekends Can you check it now with the last version?

Ri0n commented 7 years ago

@weekends, if with the latest version it's still an issue, just reopen this bug and provide us with more details.