Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connectycube/react-native-xmpp-demo
XMPP-based real-time chat in React Native app demo project
https://github.com/connectycube/react-native-xmpp-demo
chat chat-application chatapp messaging react-native real-time sdk xmpp xmpp-client xmpp-client-library
Last synced: 3 months ago
JSON representation
XMPP-based real-time chat in React Native app demo project
- Host: GitHub
- URL: https://github.com/connectycube/react-native-xmpp-demo
- Owner: ConnectyCube
- License: mit
- Created: 2018-09-17T14:38:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T04:59:31.000Z (about 2 years ago)
- Last Synced: 2023-03-03T00:07:56.511Z (almost 2 years ago)
- Topics: chat, chat-application, chatapp, messaging, react-native, real-time, sdk, xmpp, xmpp-client, xmpp-client-library
- Language: JavaScript
- Size: 1.95 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
XMPP-based real-time chat in React Native app demo project
The complete guide is available here https://medium.com/@connectycube/xmpp-real-time-chat-in-react-native-8d6d5d23dd47
If you are interested in a complete cross-platform real-time Chat app - try
[ConnectyCube](https://connectycube.com/), it provides a [JavaScript SDK](https://developers.connectycube.com/js/) for real-time messaging and video calling apps which works across Browser, React Native, Native Script and Node.js environments.The following code samples are available:
- [Chat code sample](https://github.com/ConnectyCube/connectycube-reactnative-samples/tree/master/RNChat)
- [Video Chat code sample](https://github.com/ConnectyCube/connectycube-reactnative-samples/tree/master/RNVideoChat)
- [File upload code sample](https://github.com/ConnectyCube/connectycube-reactnative-samples/tree/master/RNUploadFiles)All the modern Chat features are supported:
* 1–1 messaging
* Group messaging
* Cross-platform
* Sent/Delivered/Read statuses
* ‘Is typing’ statuses
* File attachments
* Automatic push notifications to offline users
* Contact list
* Black list
* End-to-end Encryption via additional plugins
* Chat moderation (via Trust & Safety (TnS) feature)[Sign Up today](https://connectycube.com/signup/)
# Issues
Please report any issues you find at [GitHub issues page](https://github.com/ConnectyCube/react-native-xmpp-demo/issues) or [contact ConnectyCube](https://connectycube.com/contact/) for better support
# License
Code samples are released under the [MIT License](https://opensource.org/licenses/MIT).