HiccupXu / asmack

Automatically exported from code.google.com/p/asmack
Other
0 stars 0 forks source link

<registered/> removed in response from server, when GET jabber:iq:register after successful registration #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What are you doing to produce the error?
1.Register gateway and get contacts from gateway
2.GET "jabber:iq:register"
3.receive response from gateway

What is the expected output?
response.toXML() should contain "<registered/>"
What do you see instead? (Please attach a debug enabled logcat)
Won't get "<registered/>"
What version of aSmack / Android / Device do you use?
asmack 3.1.0, android 2.1, emulator
What server do you use? Is there a public server to reproduce the problem?

What else might help us to reproduce and hunt down the problem?
I captured and decrypted SSL packets, and found that the response from server 
contains "<registered/>", but when i'm calling response.toXML(), it's removed 
somehow, but others remain, such as "<username>"

Original issue reported on code.google.com by LeoChen4...@gmail.com on 12 Jul 2010 at 7:37

Attachments: