Plz Help: multiple bodies in XMPP message to send

Hi all,

I need an urgent help. I’ll be really grateful to you.

How can I make the following xml message sent through XMPP using Smack.

channelinfo

serialinfo

catinfo

I used:

Message msg;

msg.addBody(“lang”,“langinfo”);

but this does not create any new type of langinfo<\lang> body.

Please help.