python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How XMPP transfer messages between two different servers(of different domains) without any intermediate hops?
My team wants to build a chat app and so we are researching about all the available technologies available at our arsenal. I am concerned about XMPP. So i was reading the Oreilly's "XMPP: The def...
Dilshan Sandhu
Votes: 0
Answers: 1
Error Connecting to ejabberd running on kubernetes from node.js
I'm trying to create a Chat application to enhance my portfolio.
For it I'm using xmpp as my messaging server. So, I'm running ejabberd on kubernetes with the following configuration
apiVersion: apps/...
Jean
Votes: 0
Answers: 1
App crashes with `java.lang.VerifyError: Verifier rejected class org.igniterealtime.jbosh.ApacheHTTPResponse` after I set minifyEnabled to true
I'm using JBOSH with Smack, and when I try to call BoshClient.send(ComposableBody body) after setting minifyEnabled to true, it throws java.lang.VerifyError and my app crashes. I can add a try catch b...
AwaisMajeed
Votes: 0
Answers: 0
eJabberd admin still sees user as ONLINE after .disconnect / Android XMPP Smack
I'm using eJabberd and Smack for Android (Native Java)
I've been trying to call .disconnect() in every imaginable way to disconnect and set the user as OFFLINE, but on eJabberd admin, it's always ONLI...
Alan Cruz
Votes: 0
Answers: 1