国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

xmpp好友請求5

2019-11-14 20:00:05
字體:
來源:轉載
供稿:網友

實現好友請求

.m

 1 #PRagma mark - rosterHandle 2  3 // initRoster 4 - (void)initRoster { 5     self.xmppRosterMemory = [[XMPPRosterMemoryStorage alloc] init]; 6     self.xmppRoster = [[XMPPRoster alloc] initWithRosterStorage:self.xmppRosterMemory]; 7     [_xmppRoster addDelegate:self delegateQueue:dispatch_get_main_queue()]; 8     [_xmppRoster activate:self.xmppStream]; 9 }10 11 - (void)addFriend: (NSString *)accountName {12     [_xmppRoster addUser:[XMPPJID jidWithString:[accountName stringByAppendingString:DOMAINS]] withNickname:nil];13 }14 15 - (void)removeFriend: (NSString *)accountName {16     [_xmppRoster removeUser:[XMPPJID jidWithString:[accountName stringByAppendingString:DOMAINS]]];17 }18 19 // call back20 - (void)dealWithFriendAsk: (BOOL)isAgree21               accountName: (NSString *)accountName {22     XMPPJID * jid=[XMPPJID jidWithString:[NSString stringWithFormat:@"%@%@",accountName,DOMAINS]];23     if(isAgree){24         [self.xmppRoster acceptPresenceSubscriptionRequestFrom:jid andAddToRoster:NO];25     }else{26         [self.xmppRoster rejectPresenceSubscriptionRequestFrom:jid];27     }28 29 }30 31 #pragma mark addFriendDelegateMethods32 - (void)xmppRoster:(XMPPRoster *)sender didReceivePresenceSubscriptionRequest:(XMPPPresence *)presence {33     34     NSString *presenceFromUser =[NSString stringWithFormat:@"%@", [[presence from] user]];35     if (self.acceptOrDenyFriend != nil) {36         BOOL isAgree = self.acceptOrDenyFriend(presenceFromUser);37         [self dealWithFriendAsk:isAgree accountName:presenceFromUser];38     }39 }40 41 @end

.h

 1 /*! 2  *  @Author Dylan. 3  * 4  *  addRoster. 5  */ 6 // if you want to deny or add friend. please call this block 7 @property (nonatomic, copy) BOOL (^acceptOrDenyFriend) (NSString *); 8 @property (nonatomic, strong) XMPPRoster * xmppRoster; 9 10 /*!11  *  @Author Dylan. Methods12  */13 - (void)addFriend: (NSString *)accountName;14 - (void)removeFriend: (NSString *)accountName;

 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 平利县| 龙海市| 嘉鱼县| 合阳县| 民丰县| 区。| 黔东| 牡丹江市| 托克逊县| 宜良县| 鹤岗市| 大名县| 井冈山市| 会同县| 荆州市| 大埔县| 宜宾市| 周口市| 太湖县| 武城县| 葵青区| 财经| 盘山县| 习水县| 富锦市| 大冶市| 吉首市| 舞阳县| 富源县| 酉阳| 陇西县| 永德县| 本溪市| 崇信县| 曲麻莱县| 朝阳市| 无为县| 虞城县| 绩溪县| 博白县| 蚌埠市|