connection.sendPacket

Hi everyone

I was wondering if anyone has had any experience in using the connection sendPacket method. What I want to do is send a message to everyone in a group without creating a new chat session or group chat session. Essentially I want to spam everyone in a group with one message.

My initial thoughts where to build up a message packet and then use an iterator to send the packet to each user. My main problem is that I don’'t know how to build up the packet.

Has anyone else done anything similar?

Or have any good suggestions on how to maybe go about this?

Thanks in advance

Antony