robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

Fetch muclight info from coredata #991

Open sandeepjangir opened 6 years ago

sandeepjangir commented 6 years ago

Hello I just implemented the xmpp muclight in my iOS application. I need to fetch group information from core data, is there any inbuiled class to acheving this thing.

Note:I am able to fetch the details from server when I am connected to Internet but I need to fetch details from core data incase app is running in offline state.

Thanks in advance for your help.

Waiting for your reply @robbiehanson

pwetrifork commented 6 years ago

There is no XMPPFramework-provided functionality to persist MUC Light room/member information on the client right now.