What is the difference between Smack and aSmack?

后端 未结 4 1570
孤城傲影
孤城傲影 2021-02-04 09:15

I am not able to use Smack on Android whereas aSmack works perfectly? When compared the source code it looks somewhat similar, where does the difference comes from?

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-04 10:15

    It modifies Smack to allow it to work on Android.

    I am not sure of what those changes are, with the exception of altering the ProviderManager mechanism so that it can load the smack.providers XML file from an Android friendly directory. By default Smack loads this from its own resource directory, which is not reachable in Android.

提交回复
热议问题