Asmack alternative [duplicate]

人盡茶涼 提交于 2019-12-12 05:35:40

问题


Possible Duplicate:
Android and XMPP: Currently available solutions

Using Asmack precompiled lib i noticed my app inphone storage use increased a lot. (about 2mb and cannot be transfered to the sd card). Using the source code instead of precompiled lib will reduce the storage need? Is there any other alternative to asmack(and i don't mean smack).


回答1:


I don't think that using the source code will reduce the storage need. Do you have any evidence that this is caused by asmack?

As far as I can tell, smack is the only java XMPP library and asmack is the only port for Android so far. See also Android and XMPP: Currently available solutions.

BTW using the asmack build environment will also produce a zip archive with the asmack sources.




回答2:


You could try pure facebook SDK (chat API) or something similar for another internet resources.



来源:https://stackoverflow.com/questions/7778170/asmack-alternative

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!