camwhite / slack-xmpp

Forward any xmpp based chat to Slack
16 stars 3 forks source link

this should be modified or am i wrong #2

Closed nazimboudeffa closed 8 years ago

nazimboudeffa commented 8 years ago

In Bot

  if(stanza.is('presence') && stanza.attrs.type != 'error' && username != 'camwhite') {
    this.sendToSlack(Bot.parsePresence(stanza));
  }
camwhite commented 8 years ago

Yes thanks @boudeffa I have pushed the change