asmack
asmack copied to clipboard
xmpp library smack 3.1.0 build env for android (see http://asmack.googlecode.com/ for binaries)
Basically... BOSHConnection's connect() method crashes the application with the following error ``` 03-22 15:38:11.343: E/AndroidRuntime(13542): FATAL EXCEPTION: main 03-22 15:38:11.343: E/AndroidRuntime(13542): java.lang.ExceptionInInitializerError 03-22 15:38:11.343: E/AndroidRuntime(13542): at org.jivesoftware.smack.BOSHConnection.connect(BOSHConnection.java:201) 03-22 15:38:11.343: E/AndroidRuntime(13542):...
How to set xmppconnection timeout by asmack? I want to set XmppConnection timeout, because connection time is too short
你好,我遇到一个问题,就是asmack网络连接时间太短,默认500毫秒,请问如何设置连接超时,有没有这个接口呢?
It would be nice to have proper pom.xml in asmack to ease install and storing in repository without confusing people which asmack version this is.
What is the naming convention for asmack-android-14-0.8.3.jar Is the -14 the Android SDK Level? I am using -17 to build and deploy on a Honeycomb tablet and it seems to...
In yaxim, the processPacket() function for incoming chat messages is sometimes called several times right after each other for one single message (pfleidi/yaxim#12). It seems to be caused by a...
When receiving vcard, doesnt understand how to handle packets. - (when client rece. avatar pic info) as vcard split into three packets.
It would be nice to have an ant rule to remove all auto-generated files, which is typically called with "ant clean".