Commit 9e9418b441770276f1605bcbecb9463e8bdce37c
1 parent
183bd9ae4e
Exists in
master
hapus loop
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
index.js
... | ... | @@ -92,7 +92,7 @@ xmpp.on('online', function(data) { |
92 | 92 | xmpp.on('chat', function(from, message) { |
93 | 93 | if (config && config.globals && (config.globals.keepalive_id == from)) { |
94 | 94 | logger.verbose('Got keepalive message from ' + from); |
95 | - sendMessage(from, config.globals.keepalive_response); | |
95 | + //sendMessage(from, config.globals.keepalive_response); | |
96 | 96 | return; |
97 | 97 | } |
98 | 98 |