diff --git a/adaptor-xmpp.js b/adaptor-xmpp.js
index ed52dd3..0622af8 100644
--- a/adaptor-xmpp.js
+++ b/adaptor-xmpp.js
@@ -113,7 +113,7 @@ function init(_username, _password, _logger, _callbacks) {
     xmpp.on('unsubscribe', onUnsubscribe);
     xmpp.on('buddy', onBuddy);
 
-    xmpp.unsubscribe();
+    //xmpp.unsubscribe();
 
     xmpp.connect({
         jid: username,