You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think developer should has the chance to disable automatic get roster when connected, sometimes it will reconnect by network problem, but developer do not want get roster again
IMO it is good to always get a full version of the roster on connect just
in case it was modified during that short disconnect period.
A better solution for conserving bandwidth is to implement
http://xmpp.org/extensions/xep-0237.html and use servers supporting this
XEP.
Another solution is, if you don't want to use the roster at all (for example as a bot only sending messages), you can also disable the roster manager completely by removing the extension.
The proper issue for roster versioning can be found here #164, so I'm closing this.
i think developer should has the chance to disable automatic get roster when connected, sometimes it will reconnect by network problem, but developer do not want get roster again
QXmppRosterManger.cpp
if you agree this opinion, i will pull request
The text was updated successfully, but these errors were encountered: