Avinash1992 / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

Sending a message to a chatroom #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I'm trying to send a message to a "chatroom".
so I send a message like this :

string TARGET = "infodsio@conference.testad";
jc.Message(TARGET, "test");

What is the expected output? What do you see instead?

expected output : message sended.
instead : nothing

What version of the product are you using? On what operating system?

I'm using a OpenFire server, on a Centos VM

Please provide any additional information below.
it works if the Target is a user. But I need the TARGET to be a chatroom...

Original issue reported on code.google.com by Cristant...@gmail.com on 2 May 2014 at 1:01

GoogleCodeExporter commented 8 years ago
Add type='groupchat'

Original comment by hil...@gmail.com on 2 May 2014 at 4:52

GoogleCodeExporter commented 8 years ago
Sir , 
     i have a project of jabber client and i want to send msg in chat room continuously with speed , i can login all ids and can join in chat room after putting captcha , i dnt know how i can send mesg in room 5 time continously. i am send u project source kindly help me for sending mesg in chat room 5 time each Jid send msg , thanks 

Original comment by romeowar...@gmail.com on 21 Jul 2014 at 1:16

Attachments: