Found nothing with the debugger, then again it is hard to debug without the source. Have to investigate how to provide the Android Studio Debugger with the sources. Sometimes a few roster entries seem to update, but messaging anyone fails with a nullpointer in ChatManager(139).
the content of the line is:
139 "connection.addPacketListener(new PacketListener() {"
If i do not execute the code from the first post everything works and i can message people all day.
If you would like me to do something specific, to provide more information that is no problem.
My source can be found here: https://github.com/meisterfuu/AnimexxApp/blob/master/animexxApp/src/main/java/de /meisterfuu/animexx/xmpp/ChatConnection.java
Sorry for two posting