[jdev] my own xml in body tag

Alexey Nezhdanov snake at penza-gsm.ru
Sat May 14 23:25:27 CDT 2005


В сообщении от Воскресенье 15 Май 2005 03:31 yrc написал(a):
> 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 ?
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>

-- 
Respectfully
Alexey Nezhdanov




More information about the JDev mailing list