react-native-xmpp
react-native-xmpp copied to clipboard
XMPP library for React Native (iOS and Android native support)
Hello I'm very new to this project, but trying to build the example, this fails. I'm running nom install and npm audit fix in the Xmppdemo directory. Added a pod...
When I try to compile a release version gradle returns this error: AAPT: error: attribute 'package' in tag is not a valid Android package name: 'rnxmpp' Using gradle version 4.4...
Hi, I have implemented chat with Smack 4.1.0 for React Native.I am sending a following stanza for Android, ` [email protected] ` and, I am receiving following data, `{"from":"[email protected]","body":null,"src":"ThreadIDMy MESSAGE","subject":null,"thread":"ThreadId"}` When...
我现在是在用Xcode9.2 RectNative开发一个基于XMPP的聊天模块!但是我现在项目导入最新的XMPPFramework之后,但是libidn 这个库没有更新。编译时总是报错:Module 'libidn' not found。不知是否有遇到类似的问题。求指教
react native version 0.55 , android i tried to connect xmpp server i'm getting this issue: react-native-xmpp: Disconnected, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. E:\react\octocat\screens\HomeScreen.js:30 DISCONNECTED! E:\react\octocat\node_modules\react-native-xmpp\index.js:20...
On IOS when i build my app ; I'm facing a dependency analysis error resulting in a build failure. Could not determine generated file paths for Core Data code generation:...
Now I can connect the server, send message fro another account. If I want to join a chat room, chat with multi-users, how to implement? Does the library support? If...
undefined is not an object (eveluating '_react.PropTypes.object') getting issue after apk successfully install . my package.json { "name": "AwesomeProject", "version": "0.1.0", "private": true, "devDependencies": { "babel-preset-react-native-stage-0": "^1.0.1", "jest": "^23.4.2", "jest-react-native":...
Hi @aksonov and @robbiehanson, I followed the given instructions on my custom project. I am getting the following error on building the application on XCODE. ![screen shot 2018-06-05 at 5...