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

Cannot build after join/message room pull-request. #14

Closed Froelund closed 8 years ago

Froelund commented 8 years ago

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.

screen shot 2016-07-20 at 9 32 25 am
aksonov commented 8 years ago

Got it, thanks

Froelund commented 8 years ago

Fixed in #15