Commit 5c1b4f6e88a1b7e299e78d90d13a30f4a1c8def2

Authored by Adhidarma Hadiwinoto
1 parent fa1dcf6b00
Exists in master

debug

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -113,7 +113,7 @@ function init(_username, _password, _logger, _callbacks) {
113 113 xmpp.on('unsubscribe', onUnsubscribe);
114 114 xmpp.on('buddy', onBuddy);
115 115  
116   - xmpp.unsubscribe();
  116 + //xmpp.unsubscribe();
117 117  
118 118 xmpp.connect({
119 119 jid: username,