From 5c1b4f6e88a1b7e299e78d90d13a30f4a1c8def2 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Thu, 27 Oct 2016 18:21:16 +0700 Subject: [PATCH] debug --- adaptor-xmpp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.9.0