aksonov / react-native-xmpp

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

add join chatroom and send chatroom message #5

Closed llgoer closed 8 years ago

llgoer commented 8 years ago

add join chatroom and send chatroom message

Froelund commented 8 years ago

This pull-request made the module unable to build....

screen shot 2016-07-20 at 9 32 25 am

Is there anyway we can undo this change @aksonov ? As I see it, the feature isn't thought out as well. It would be better if the sendRoomMessage would accept a roomId, so you can manage the state in your application state, instead of in the native module.