Commit cc077808a1280a4b590fc2e6a7a73ddcf4f10fcc

Authored by Adhidarma Hadiwinoto
1 parent 1fd94785fa
Exists in master

support manual host

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

... ... @@ -81,7 +81,8 @@ function init(cb) {
81 81  
82 82 bot.connect({
83 83 jid: config.username,
84   - password: config.password
  84 + password: config.password,
  85 + host: config.xmpp_host
85 86 });
86 87 }
87 88