Info about MUG on Smack

Hi all again,

I want to know if there are some extension of Smack for Multi User Gaming (MUG).

Something like this: http://www.frogx.org/xep/multi-user_gaming.html

For example, how can I extend message function so send more fields in the XML like the tag ?

Thanks again!

There is no built in functionality for MUG, but it is simple enough to add to the tags you are referring to by using packet extensions.

Hello, I am a colleague of Fabio!

Does this mean we have to write a custom PacketExtension for each XML fragment ( http://www.frogx.org/xep/multi-user_gaming.html ) ? Or simply we need a custom extension for each XML schema ( http://www.frogx.org/xep/multi-user_gaming.html#schema )?

Thanks in advance!