Comment #1 by h.iverson:
Looked into this. It seems jive's gateway plugin doesn't follow the
spec. It sends a
message or type="error" instead of a presence or type="error". This did
work at one
point, but I can't find a time in Openfire source that it actually
happened that
way... Closest I found was this changeset:
http://www.igniterealtime.org/fisheye/changelog/svn-org/gateway/trunk/src/java/org/jivesoftware/openfire/gateway?cs=8299
The presence should also include a <not-authorized/> element in the
urn:ietf:params:xml:ns:xmpp-stanzas namespace, which xmpp4js is not currently
checking for.
will fix.
Issue attribute updates:
Status: Started
Owner: h.iverson
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #2 by h.iverson:
made it give an error message, but have not added <not-authorized/> support.
Issue attribute updates:
Status: Fixed