simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
302 stars 90 forks source link

Send Message in group issue #53

Closed gowthaman-murugan closed 9 years ago

gowthaman-murugan commented 9 years ago

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.

gowthaman-murugan commented 9 years ago

i got it

Thanks

honeyTops commented 4 years ago

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