If I send the following Message stanza to a jabber4r client, jabber4r
will drop the unknown XML
<message from="component.localhost" id="33" to="usuario1@localhost">
<unknownXml> Unknown xml child </unknownXml>
</message>
I just can't acces the xml child node in a jabber4r client:
puts msg => <message type="" id="33" to="usuario1@localhost"/>
puts msg.x => nil
Also
What am I doing wrong?
P.S: msg.from will return "@component.localhost" instead of "component.localhost"
|