Gerson Janhuel created a post,
I experienced a strange behaviour with "CKItemsBrowserDelegate" protocol. The method ... -(void) itemsBrowser:(CKItemsBrowser*)browser didAddCacheItems:(NSArray*)newItems atIndexes:(NSIndexSet*)in...
Gerson Janhuel commented,
My goal is simple, just to accept contact invitation from other contact
Gerson Janhuel commented,
I'm aware of that API... How to use them ? since they only return single "invitation" object....
Gerson Janhuel created a post,
How to list all my pending contact Invitations ? I cant find any API in the iOS SDK... please help :)
Gerson Janhuel commented,
Solved this : - convert the Room into Peer. - use conversationManager to find Conversation by Peer JID - then mute the Conversation
Gerson Janhuel created a post,
Hi guys, I'm using iOS SDK... actually I can disable "personal" chat notification. But I can't find any API to disable notif for a Room. Have anybody done it yet ?