Java Question Smack XMPP Library

lip

Active Member
Licensed User
Longtime User
I'm trying to wrap this Library for B4A but out of my depth. Does anyone do this for a living and have time to do it for me? If so please give me an estimate or a a quote if that's allowed on the forum.

There are several (about 20) Maven repositories for the Smack library (smack, smack-tcp, smack-core ,...) and I'm not sure which I need. I've tried creating a Maven project in IntelliJ with all of them, and considered SLC but it quickly gets too complicated (for me). I guess I need to use Eclipse but I've never used it.

I need to be able to connect to XMPP servers specifying the the address and the domain separately (not possible with the existing 6 year old B4A XMPP library).

I have made a very simple .apk using Android Studio (including all of the maven repositories) and it works so I know the smack library works and does what I need it to do.
 
Last edited:
Top