aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
307 stars 98 forks source link

Group chat support #2

Open navjeetc opened 9 years ago

navjeetc commented 9 years ago

Does this support group chat? I got one to one chat working but not sure how to send message to group chat.

aksonov commented 9 years ago

No, group chat is not supported at this moment. It is not difficult to implement, but i'm currently out of time, PR would be welcome.

navjeetc commented 9 years ago

I am not a IOS developer, otherwise I would love to help.

JonathanWi commented 8 years ago

Interested in this as well! If unable to develop at this time, any chance to quickly explain how you would implement such features?

Cheers!

llgoer commented 8 years ago

https://github.com/aksonov/react-native-xmpp/pull/5/commits ,may help you

hariks789 commented 7 years ago

Hi, I used the above code but group chat is not working. Not able to join the room. I would really appreciate if anyone could help me with this.

ficoayyappan commented 7 years ago

Hi, Can you provide group chat for android?

ershanky commented 7 years ago

Hi, It would be nice if anyone could help for implementing group chat feature.

pewh commented 7 years ago

any roadmap about group chat?

aksonov commented 6 years ago

No roadmap, sorry. Feel free to submit PR.

andrzejbe commented 6 years ago

Hi @aksonov - please check my PR