Hello fellow developers,

I wonder if anyone here has used the asmack XMPP library with Proguard. 
 From the documentation (and doing some web search) for Google Talk one 
needs to use:

user name: user email (including @gmail.com)
password: user password
host: talk.google.com
port: 5222
service: gmail.com

This works just fine for me.  However, if I obfuscate the same exact code, I 
get authentication error.  The weird part is that if I just change the user 
name to the base name without @gmail.com, it works once again, but then it 
wont work if not obfuscated!!!

If I knew for sure this was the expected behavior I would change the code to 
use the base if obfuscated and leave in the @gmail.com otherwise.  I would 
then love to hear some explanation as to why that is.

Anyone else has seen anything like this?  By the way I am planning to ask 
the Proguard and asmack folks too.  I am posting the question here to tap 
into the experiences that some might have had, and also share my experience 
just in case someone else runs into the same problem in the future.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to