Hello

I am using XMPP API.
It looks that JID of a google account user does not remain constant.

If a user is using gmail, then his JID is mai...@gmail.com/gmail.SOME_NO and
when he is using gtalk JID is mai...@gmail.com/talk.SOME_DIFF_NO. I need to
have something (for example mail id) which remains constant every time a
user uses my website.

I didn't find any function to extract constant part of JID.

I tried using Users Service of Google App engine by including

import com.google.appengine.api.users.User;
import com.google.appengine.api.users.UserService;
import com.google.appengine.api.users.UserServiceFactory;***

*but user remains null.

Is their any way to get constant part from all Types of JID's.
*
*Regards
Sahil*
*

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=.


Reply via email to