[jdev] my own xml in body tag
Jeremy Nickurak
atrus at jabber.spam.rifetech.com
Sun May 15 01:17:04 CDT 2005
On dim, 2005-05-15 at 08:25 +0400, Alexey Nezhdanov wrote:
> No. But you could include your own xml in properly namespaced x node:
>
> <message to='...' type='chat' from='...'>
> <x xmlns='http:/some.your.na/mespace'>
> <game nbPlayers='10' />
> </x>
> </message>
Why not just:
<message to='...' type='chat' from='...'>
<game xmlns='http://some.your.na/mespace' nbPlayers='10' />
</message>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://www.jabber.org/jdev/attachments/20050515/883c54b9/attachment-0002.pgp>
More information about the JDev
mailing list