cookyshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Sendging To and Receiving From Multi Users. #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!
How can I send/receive message to mult users joined in room?
What i did is to send message to one member joined in room using call.exe.
It looks one to one chatting.
But XMPP supports 1 to n chatting and I couldn't figure out how can i do for 
that in call.exe.
Could you help me what I should do?
Thank you.

Original issue reported on code.google.com by adam1988...@gmail.com on 12 Jan 2012 at 3:56

GoogleCodeExporter commented 9 years ago
Send a groupchat to the MUC JID:

http://xmpp.org/extensions/xep-0045.html#message

Original comment by pthatc...@google.com on 12 Jan 2012 at 5:55