Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
fixed load roster after session limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gerc99 committed May 24, 2014
1 parent ab6dbc6 commit 1c02564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/xmpp/XmppConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ private void processEmptyId(String id, byte iqType, String from) {
return;
}
if ("p1:rebind".equals(id)) {
rebindEnabled = true;
//rebindEnabled = true;
DebugLog.systemPrintln("[INFO-JABBER] p1 session management enabled with id = " + rebindSessionId);
} else {
if (id.startsWith(S_VCARD)) {
Expand Down

0 comments on commit 1c02564

Please sign in to comment.