开发者

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

开发者 https://www.devze.com 2023-02-28 23:36 出处:网络
How to get XMPP user info after login into xmpp server开发者_如何学C 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

精彩评论

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