XMPPFramework icon indicating copy to clipboard operation
XMPPFramework copied to clipboard

An XMPP Framework in Objective-C for Mac and iOS

Results 121 XMPPFramework issues
Sort by recently updated
recently updated
newest added

I want create new user from my Mac Client using swift language, I don't have idea for create new user, can any one help me on this. Thanks advance.

i have a very strange problem, i can receive groupchat packet, like this: .... but cant receive chat packet: ... i tryed override every receive delegate , but it not...

By default, XmppFramework automatically accepts known subscription request for users, that are already in roster. The idea is described in XmppRoster.h, but unfortunately, the assumptions described in this file is...

I am implementing MUC with default core data (**XMPPMessageArchivingCoreDataStorage**) using XMPPFramework. Messages are getting saved as expected. But when i send a message, i am getting two entries of same...

Currently i am making chat application. I will implement Group chat exit same like Whats app. For example, I am group owner and after some time i will leave from...

Hi, I integrated XMPP framework. i was trying to read timestamp from XMPPMessage object. i tried to get it from **message.delayedDeliveryDate** and **message.delayedDeliveryFrom** both are coming nil.

Is there any example project using Swift?

Here: - https://github.com/Teamxrtc/XEP-0327 by: - @chriswendt Fork: - https://github.com/Teamxrtc/XMPPFramework

2020-11-16 12:01:03.851908+0530 Development[9409:2539332] *** Assertion failure in -[XMPPRoster initWithRosterStorage:dispatchQueue:], /Users/anilkumar/Desktop/Development/Pods/XMPPFramework/Extensions/Roster/XMPPRoster.m:53 2020-11-16 12:01:08.557914+0530 Development[9409:2539332] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: storage != nil' ***...

Sometime this delegate method is not getting triggered xmppRoomDidJoin but I am shown as available to the other users in the group.This happens occasionally and I am not able to...