react-native-xmpp icon indicating copy to clipboard operation
react-native-xmpp copied to clipboard

XMPP library for React Native (iOS and Android native support)

Results 43 react-native-xmpp issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to log in and sometimes on weak connections it times out at least 2 in 5 times. The default timeout is 5000ms, is it possible to change...

请问这个库支持发送图片、视频、语音吗 Does this library support sending pictures, video and voice?

How to get acknowledgment for send/receive message in ejabbered/XMPP? @aksonov : Any suggestion for this query?

Is there anyway to have a callback when I send a message? Because I need to know whether the message reached the server or failed, otherwise I have to assume...

How to connect with ejabbered server without ssl/tls?

This is because of an error in Kiss XML that can be linked to this https://github.com/robbiehanson/KissXML/pull/94 What is the solution here?

create new user on xmpp server

04-19 22:24:48.031 7891-10210/com.xmppdemo W/AbstractXMPPConnection: Connection closed with error javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:328) at com.android.org.conscrypt.OpenSSLSocketImpl.waitForHandshake(OpenSSLSocketImpl.java:629) at com.android.org.conscrypt.OpenSSLSocketImpl.getInputStream(OpenSSLSocketImpl.java:591) at org.jivesoftware.smack.tcp.XMPPTCPConnection.initReaderAndWriter(XMPPTCPConnection.java:642) at org.jivesoftware.smack.tcp.XMPPTCPConnection.proceedTLSReceived(XMPPTCPConnection.java:742) at org.jivesoftware.smack.tcp.XMPPTCPConnection.access$900(XMPPTCPConnection.java:139) at...

- added multi-chat room handling for both iOS and Android - allows joining multiple chat-rooms and sending & receiving messages in each of them (see Readme) - [Android] changed trustedHosts...