-
Do you have
localhost
domain/vhost configured on your server?Could you share logs from the server?
It looks like you just got disconnected without any reason nor any response:
FINEST: Calling handler class class tigase.jaxmpp.core.client.JaxmppCore$10 with event class tigase.jaxmpp.core.client.Connector$StateChangedHandler$StateChangedEvent Jun 15, 2024 12:51:48 AM tigase.jaxmpp.j2se.connectors.socket.Worker run FINEST: 1292557637 / Disconnecting: state=connected; isInterrupted():false; buffer=-1 Thread[Socket-Worker-Thread,5,main] Jun 15, 2024 12:51:48 AM tigase.jaxmpp.j2se.connectors.socket.SocketConnector printLog FINE: [scid=1 thread=19] Connector state changed: connected->disconnected
Can you try with adding following:
contact.getConnectionConfiguration().setConnectionType(ConnectionConfiguration.ConnectionType.socket); contact.getConnectionConfiguration().setServer(server); contact.getConnectionConfiguration().setUserJID(user.getBareJid()); contact.getConnectionConfiguration().setUserPassword(password);
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
Version |
none
|
Sprints |
n/a
|
Customer |
n/a
|
Issue Votes (0)
**The logs i am getting after running kotlin based jaxmpp client ** This are the logs am getting after connecting to tigase xmpp server