Bugs: Browse | Submit New | Admin

[#1261] Accessing embedded arbitrary XML

Date:
2004-12-28 17:01
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Accessing embedded arbitrary XML

Detailed description
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"

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
summaryAccessing embeded arbitrary XML 2005-06-21 18:44tom