xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 103 forks source link

Fix exception on room presence stanza #126

Closed muppeth closed 5 years ago

muppeth 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.

markstory commented 5 years ago

Refs #125