How can I get username of a gtalk user using XMPP with google appengine ?
Posted
by srivigneshwar
on Stack Overflow
See other posts from Stack Overflow
or by srivigneshwar
Published on 2010-04-16T19:21:17Z
Indexed on
2010/04/16
19:23 UTC
Read the original article
Hit count: 292
I am using google appengine for my gtalk agent , I want to get the username of the gtalk user how can I get it ?
for reference i use this in beginning
XMPPService xmpp = XMPPServiceFactory.getXMPPService();
//STEP 2
Message msg = xmpp.parseMessage(req);
JID fromJid = msg.getFromJid();
© Stack Overflow or respective owner