Hi, when I'm setting presence, i get a NotConnectedException, while i don't see a disconnect and the new presence seems to be sent.
try {
_connection.sendStanza(_presence);
} catch (SmackException.NotConnectedException e) {
Log.e(TAG, "setPresence() failed: Not connected");
e.printStackTrace();
}