Search code examples
javaandroidejabberdsmackasmack

Is there an Android native library for XMPP client?


I am working on XMPP client for Android, we have establish our Ejabberd server(2.1.11) on ubuntu 14.04.

For implementing XMPP android client i have used patched version of java smack called aSmack and it is great as you have to include asmack.XXX.jar in your android project lib folder and write some code which is easy available on INTERNET,i want to thank all developer for their awesome work.

Here

I am curious what kind of mechanism aSmack using to communicate with XMPP server

But as per our client requirement i cant use any 3'rd party library for implementing Xmpp client in android[means i cant use aSmack :-( ]

1>>. Is there any Android native library available for implementing xmpp client?

Thanks in advance!!!!!!


Solution

  • If with 'Android native library' you mean 'an API from the standard Android SDK' then no, there is not such native library. To reach that requirement you'll have to write your own XMPP API.

    I advice you to explain your contractor about free software licenses and ask him to change that requirement.