Error in error handling xmppstanza?

Hi,

Im doing some error checking with jabber and noticed that XMPPStanza.errorMessage was returning null for a error packet that had a erro condition and error test set

eg

so think the line 278 in XMPPStanza.as

return myErrorConditionNode.firstChild.nodeValue;

should be

return myErrorConditionNode.nextSibling.firstChild.nodeValue;

Bram

see XIFF-12 issue