simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
301 stars 90 forks source link

Presence error marks buddy as online #16

Open Daniel15 opened 11 years ago

Daniel15 commented 11 years ago

Related to #15 - If a presence stanza like the following is received:

<presence from="example@gmail.com" to="me@jabber.org/0fcabd76270901f9" type="error" xmlns:stream="http://etherx.jabber.org/streams">
    <error code="500" type="wait">
        <resource-constraint xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
    </error>
</presence>

A buddy event is fired but the status is incorrectly set to online.