Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Failed to parse extension packet in Presence packet

$
0
0

Hello,

 

 

PacketParserUtils﹕ Failed to parse extension packet in Presence packet.

 

occures when i add carbon support to my app.

 

try {

          if(CarbonManager.getInstanceFor(getConnection()).isSupportedByServer()){

         Log.i(TAG, "Message Carbons Supported ");

                    CarbonManager.getInstanceFor(getConnection()).enableCarbons();

          }

} catch (XMPPException e) {

          e.printStackTrace();

} catch (SmackException e) {

          e.printStackTrace();

}

 

 

I tested asmack-android-8-4.0.4-SNAPSHOT-2014-08-18.jar and

asmack-android-8-4.0.1-SNAPSHOT-2014-06-22.jar


Viewing all articles
Browse latest Browse all 10742

Trending Articles