xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 103 forks source link

Fix exception on room presence stanza #124

Closed raucao closed 5 years ago

raucao commented 5 years ago

Our XMPP server sends presence stanzas for the room itself, in addition to normal user presence ones. Which resulted in an exception, when the code tried to access the non-existent "resource" part of the JID, which would usually contain the username/nickname.

raucao commented 5 years ago

Closing in favor of a better solution. Will open a new PR sometime soon.