-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
NSXMLElement query = [NSXMLElement elementWithName:@"query" xmlns:@"http://jabber.org/protocol/disco#items"];
//conference 原生的
XMPPJID proxyCandidateJID = [XMPPJID jidWithString:[NSString stringWithFormat:@"%@.%@",GROUND,XMPP_HOST]];
XMPPIQ *iq = [XMPPIQ iqWithType:@"get" to:proxyCandidateJID elementID:@"disco" child:query];
[self.xmppStream sendElement:iq];
执行之后不能走- (BOOL)xmppStream:(XMPPStream *)sender didReceiveIQ:(XMPPIQ *)iq 方法
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels