Have to investigate how to provide the Android Studio Debugger with the sources.
AFAIK this is not possible. That's the main reason I don't use Android's gradle-plugin. With the standard Android Ant build and Eclipse I can easily debug the source of libraries of my project.
PacketParserUtils﹕ Failed to parse extension packet in Presence packet.
occures when i add carbon support to my app.
I don't think that these two are releated. Look at https://github.com/igniterealtime/Smack/blob/7277eb553ae601984f1fc4cbc78d7b29b4a 806c4/smack-core/src/main/java/org/jivesoftware/smack/util/PacketParserUtils.jav a#L446 Smack does simply skip the extension but continues processing the presence.
OTOH it could be that enabling carbons somehow adds a packet extension to some presences, a packet extensions that is causing the exception. But that would be news for me
So besides the *Warning*, which is usually not fatal, what's the problem with carbons?
but messaging anyone fails with a nullpointer inChatManager(139).
Again, a full stacktrace would be helpful