开发者

How to get xmpp user after login into xmpp server successfully (iPhone SDK)?

How to get XMPP user info after login into xmpp server开发者_如何学C successfully (iPhone SDK)?

After login successfully the following method called.

- (void)xmppStreamDidAuthenticate:(XMPPStream *)sender


Assuming you're using XMPPFrameowrk, then your XMPPStream instance has a myJID property that is overwritten in handleBinding with the full JID that the server assigned you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜