XMPP "stream:error (conflict)" on login with (a)Smack -


currently working xmpp/jabber chat android.i tried openfire , try connect jabber account.connection successful.but not able send message.it shows conflict error.please check error log.give me solution this.

initializing connection server eworks port 5222 connected: true creating entry buddy 'testuser2' name testuser2 sending mesage 'hello mate' user testuser2@eworks buddy:testuser2 - status:null stream:error (conflict) @ org.jivesoftware.smack.packetreader.parsepackets(packetreader.java:306) @ org.jivesoftware.smack.packetreader.access$000(packetreader.java:44) @ org.jivesoftware.smack.packetreader$1.run(packetreader.java:76) 

a xmpp stream:error because of conflict means there connection same full jid (that bare jid , resource part).

most xmpp servers able handle conflicts re-assigning different resource once conflict detected. behavior can configured.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -