Android Question XMPP

lip

Active Member
Licensed User
Longtime User
I have a mature B4A App that needs to communicate with a third party device using the device's built-in XMPP server. I have all the API documentation but not sure how to connect to the XMPP server using B4A. I found an old (2015) thread but the library it refers to does not seem to exist any more (https://www.b4x.com/android/forum/threads/xmpp-jabber-best-protocol-to-im-for-b4a.52076/)

Can anyone offer advice on whether I need a library, or how else I can connect to the XMPP server?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I never worked with XMPP. XMPP is an application layer protocol. It is XML sent over TCP. You should be able to implement it with AsyncStreams + Socket.

 
Upvote 0
Top