simple-xmpp/node-simple-xmpp

Send Message in group issue

Closed this issue · 2 comments

hi
One to one
xmpp.send("user@localhost", "test message", false);

One to group
xmpp.send("myGroup@chat.localhost", "test message", true);

While sending message between two users it's working fine but while user send message to group it's not work.

i got it

Thanks

Hi,
I am facing the same issue. Can you please tell me the solution for this issue.