[BUG] : Null object reference in XIFF lib when sending admin message from Openfire

When sending and administritive message from Openfire, the clients receive the message ok, but then error when trying to resolve the*** XMPPStanza*.to*** *property.

XMPPStanza.as line 185.

Returns **new EscapedJID(getNode().attributes.to); **but getNode().attributes does not contain a to attribute, so it errors.

m.