amarikp / asmack

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

Adding contacts with "_" or "|" to Roster doesn't work #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What are you doing to produce the error?
1. Create 3 Accounts, named user, userr and user|1 / user_1
2. Log in to "user", getRoster, createEntry("user_1", "user_1", null) 
3. Server side error (500) exception in createEntry (thrown in this place)

What is the expected output?
New user in contact list, code does work for userr instead of user_1

What do you see instead? (Please attach a debug enabled logcat)
error 500, user not added

What version of aSmack / Android / Device do you use?
Android Emulator, 2.2, asmack-2010.05.07.jar

What server do you use? Is there a public server to reproduce the problem?
Openfire 3.7.0

What else might help us to reproduce and hunt down the problem?
Works if i try it with miranda, so the server supports this.

Original issue reported on code.google.com by vog...@gmail.com on 10 Aug 2011 at 12:46