Gerson Janhuel creó una publicación,
I experienced a strange behaviour with "CKItemsBrowserDelegate" protocol. The method ... -(void) itemsBrowser:(CKItemsBrowser*)browser didAddCacheItems:(NSArray*)newItems atIndexes:(NSIndexSet*)in...
Gerson Janhuel hizo un comentario,
My goal is simple, just to accept contact invitation from other contact
Gerson Janhuel hizo un comentario,
I'm aware of that API... How to use them ? since they only return single "invitation" object....
Gerson Janhuel creó una publicación,
How to list all my pending contact Invitations ? I cant find any API in the iOS SDK... please help :)
Gerson Janhuel hizo un comentario,
Solved this : - convert the Room into Peer. - use conversationManager to find Conversation by Peer JID - then mute the Conversation
Gerson Janhuel creó una publicación,
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 ?