Hello,
I'm writing a game using jabber for communication between players (it's
a board game, not a fps ;-) ).
Is it ("legaly") possible to use my own xml in the body tag ?
for example:
<message to='...' type='chat' from='...'>
<body>
<game nbPlayers='10' />
</body>
</message>
for me it's more easy to parse when I receive this ;-)
Thank you!
Yohann Coppel.