Commit 893b6f42a3d623a7eb7c5ca20c59f85dee6ce072

Authored by Adhidarma Hadiwinoto
1 parent 9e4e5652d6
Exists in master

typo

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

... ... @@ -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, keepalive_response);
  95 + sendMessage(from, config.globals.keepalive_response);
96 96 return;
97 97 }
98 98