Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Famefork #648

Closed
wants to merge 544 commits into from
Closed

Famefork #648

wants to merge 544 commits into from

Conversation

torezzz
Copy link

@torezzz torezzz commented Dec 21, 2015

No description provided.

ObjColumnist and others added 30 commits June 16, 2013 13:57
PayPal requires https
Fixes #210
In the legacy XEP-0091 the elementName should be x and not delay
Fixed incorrect predicate definition in delete method
Fixed incorrect predicate definition in delete method
- (void)xmppStream:(XMPPStream *)sender didFailToSendIQ:(XMPPIQ *)iq error:(NSError *)error;

- (void)xmppStream:(XMPPStream *)sender didFailToSendMessage:(XMPPMessage *)message error:(NSError *)error;

- (void)xmppStream:(XMPPStream *)sender didFailToSendPresence:(XMPPPresence *)presence error:(NSError *)error;
This signals an intention to convert this functionality to a license more compatible with the rest of the project, and makes it easy to plug in the new functionality.
Sent when a Roster Push is received as specified in Section 2.1.6 of RFC 6121.
…ts, have XMPPRoom check incoming messages for room subjects and use them to set the roomSubject property
XMPPRoomMessage MessageStr Bugs
xingheng and others added 17 commits July 1, 2015 23:39
Fixed the ToDo marker and updated the destory delegate method with re…
Modified two obsolete methods
XEP-0198: Notify delegate about acks that were received during stream resumption.
Fixed bug when mostRecentMessageTimestampForRoom returns nil
Added Creation of elements for XEP-0352.
fix XEP-0066 message namespace
…cular import in podspec with full swift support
@adozenlines
Copy link

Is there some reason why @torezzz is sending the entire framework and not just the deltas as a pull request?

@vicky1787
Copy link

Hi Torez,

Apology in case the question sound weird as I am new in this area.

Below mentioned are few fixes that are related to problem we are facing and listed in the items summary. I don’t know how to upgrade the library (either by pod install / manual handover).

Could you please tell me where I can get the latest library and all these changes reflected. I have tried doing the pod install and the Podfile with pod ‘XMPPFramework’ and I was able to get the library with pod feature.

Is this correct way that I can proceed and keep getting latest updated framework. Appreciate if you can respond to this query.

Thanks,
Regards,
Vicky S Dhas

From: torezzz
Reply-To: robbiehanson/XMPPFramework
Date: Tuesday, 22 December 2015 at 3:37 AM
To: robbiehanson/XMPPFramework
Subject: [XMPPFramework] Famefork (#648)

You can view, comment on, or merge this pull request online at:
#648
Commit Summary
Merge pull request #197 from greenwoodcm/master
XMPPIDTracker numberOfIDs API
Merge branch 'master' of https://github.com/robbiehanson/XMPPFramework
XEP-0066: Out of Band Data
Code Clean Up and Convenience Methods
XMPPCapabilities autoFetchMyServerCapabilities
Fixed a typo in XMPPRoom
Merge pull request #204 from jonasman/master
Fixes iOS 7 Analyser Warnings
Update Donate Button Image
Updated Donate Button Image Link
Fixed TLS support in XMPPStream
Auto Start TLS API
XMPPCoreDataStorage managedObjectModelBundle API
Update NSXMLElement+XEP_0203.m
Fixes Delayed Delivery Typo
Add "id" attribute into the bind resource iq
Update XMPPRoomCoreDataStorage.m
Merge pull request #219 from fsvilas/patch-2
Received Typo
XMPPRoom sendMessage => sendMessageWithBody
XMPPMessage Thread APIs
XMPPStream Did Fail to Send APIs
XEP-0106: JID Escaping
Rename LibIDN to XMPPStringPrep
Prefix NSData XMPP category methods
Prefix NSNumber XMPP category methods
Analyser Warnings
Fix a bug. Adding the copyWithZone within the XMPPPresence. Now the copied object is a XMPPPresence instance.
copyWithZone added to XMPPIQ, XMPPMessage and XMPPPresence
xmppRoster:didReceiveRosterPush: API
Initialize Variable
registerWithElements:error API
XEP-0045: added methods to XMPPMessage category to handle room subjects, have XMPPRoom check incoming messages for room subjects and use them to set the roomSubject property
XEP-0045 Code Clean Up
Bug Fix: Message value on XMPPRoomMessageCoreDataStorageObject is not saving on CoreDate
Bug Fix: Message value on XMPPRoomMessageHybridCoreDataStorageObject is not saving on CoreDate
Merge pull request #239 from sergiosvieira/master
missing newline at end of files added
Merge pull request #241 from max-potapov/missing_newline_at_end_of_file
XMPPCoreDataStorage initWithDatabaseFilename: storeOptions: API
XMPPReconnect uses a dispatch queue for Reachability
Remove XMPP Utility Thread
setValue replaced with setObject for DDFileLogger
Fix #208 PubSub module doesn't trigger didReceiveMessage on PEP messages.
Fix formForOptions method is wrapping the x element with an options element, causing malformed configuration messages.
Naming changes to XMPP Message
Merge pull request #249 from mmacvicar/fix_pubsub_delegate
Merge pull request #248 from mmacvicar/fix_pubsub_node_configure
XMPPSRVResolver delegate methods are now xmppSRVResolver: not srvResolver:
Add arm64 to libidn.a
Merge pull request #254 from 7x7labs/libidn
Upgrading Facebook SDK, and fixing FacebookTestApp
added explicitly set locale on NSDateFormatters to bypass Apple bug.
Merge pull request #258 from AndresCanella/patch-1
vCardTemp API for #252
xmppStreamDidChangeMyJID: API
XMPPCapabilities myCapabilitiesNode API
Fix Assert Wording
Remove code.google.com references
XEP-0092: Software Version
Bug Fixes for XEP-0092
XEP-0335: JSON Containers
iPhoneXMPP: always use domain name as expected certificate name
Fixes 64 bit warning
Fixes Empty Capabilities Bug
goOnline methods now set Presence Priority to 24 for Google Talk
Update Project Settings
Moved subject accessors to Core/XMPPMessage because they are not group chat speciffic
Removed compilation warning
Formatting
When language is nil retrieve the element with no xml:lang attribute
XMPP bodyForLanguage returns nil if body not found
Merged upstream fixed conflict
vCard adds image/type
Merge branch 'master' of github.com:robbiehanson/XMPPFramework into master-upstream
addAttributeWithName APIs
Merge upstream
Openfire strips namespace 'xml' from 'xml:lang', so check for 'xml:lang' and 'lang' attributes when a body with a specific language is requested.
Merges #275
some typos
Merge pull request #276 from sergiosvieira/master
Fix spelling error
Merge pull request #278 from ChatSecure/rosterfix
Fixes #283
generateCorrectionMessageWithID API
Remove NSXMLElement APIs
XEP-0191 (blocking)
XEP-0333: Chat Markers
Add support for Google OAuth2
Merge pull request #294 from ChatSecure/X-OAuth2-Google
NSXMLElement attributeBoolValueForName now supports @"true" and @"false"
XMPPMessageArchiving xmppMessageArchivingStorage Property
Missing Returns
XMPPCoreDataStorage autoRemovePreviousDatabaseFile API
XMPPRoster autoClearAllUsersAndResources API
XMPPAutoTime APIs
XMPPCoreDataStorage APIs
XMPPvCardTempModule dispatch_async where appropriate
Roster is only accepted if it has been asked for
Code consistency with the rest of project
Merge pull request #289 from phetsana/XEP-0191
Update README.markdown
Fix for XEP 191: Unblock not handled correctly
Validating Info/Query (IQ) stanzas in the Extensible Messaging and Presence Protocol (XMPP)
NSXMLElement Convenience methods for Creating elements.
Don't use NSXMLElement description
RootViewController Title Label is now Visible on iOS 7
Expose XMPPRoster hasRoster API
Added BOOL to bypass the deprecated Session element
Added missing return
logic fix
bypassSession => skipStartSession
Merge branch 'fix_ssl' of https://github.com/vitalyster/XMPPFramework
XMPPStreamStartTLSPolicy
Prefered => Preferred to match Apple's naming conventions
Removed compiler warnings from unused xmpplog variables
Merge pull request #337 from jonasman/master
fixed compiler warnings, removed unused log variables 2
Merge pull request #338 from jonasman/master
Implemented SASL SCRAM-SHA-1 Authentication
Merge pull request #341 from ChatSecure/scram-sha1
XMPPMessageArchiving Default Log Level
sharedInstance Storage now use instancetype
XMPPStream validatesResponses API
Upgrading GCDAsyncSocket to 7.4 branch, commit 5aa4d2145570ec0cd107e508ca0799b2df0dbabe
Fixing / upgrading Xcode projects
Adding support for SSL pinning. Fixes issue #333
Fixing sample projects to use new TLS certificate evaluation callback style.
Added element ID when requesting vCards
NSFetchedResultsController predicate updating
Merge pull request #366 from stephenwoodford/master
Merge pull request #362 from jonasman/master
Fix Serverless Demo project
Merge pull request #370 from chrisballinger/serverless-demo-fix
fixed a compiler warning and make the interface compliant to the implementation
Merge pull request #374 from jonasman/master
Upgraded CocoaLumberjack to version 1.8.1
Xcode Projects update to Support CocoaLumberjack 1.8.1
Added a stored, thread safe NSDateFormatter instead of creating a new date formatter everytime one is needed
SCRAM-SHA1: Normalize password with resourceprep profile
SCRAM-SHA-1: finally choose SASLprep profile
Merge pull request #378 from vitalyster/scramfix
Fixed change nickname may cause occupants duplicated issue
Merge pull request #384 from kaojohnny/dev
Merging latest changes from CocoaAsyncSocket project (GCDAsyncSocket compiler warnings fixed)
Adding a few missing methods to the NSXMLElement category.
Fixing a few compiler warnings in the sample project
Merge branch 'master' of github.com:robbiehanson/XMPPFramework
XEP-0280: Message Carbons
Fixed Some of the Test Projects
Bug fix: XMPPStream was not honoring modified presence stanzas via xmppStream:willSendPresence:. This only affected delegates that made copies of the passed presence element, or returned completely different presence elements.
Bug fix: XMPPStream wasn't invoking delegate method xmppStream:didFailToSendX: in all situations.
Adding 2 methods to XMPPModule: didActivate & didDeactivate. These methods are easier (and simpler) for subclasses to override, compared to the original activate & deactivate methods.
Merge branch 'master' of github.com:robbiehanson/XMPPFramework
Adding delegate method to XMPPStream to detect a "clean" disconnect (stream sent closing /stream:stream stanza)
Adding ability for XMPPStream to handle custom stanzas (non iq, message, presence), along with corresponding delegate methods.
Minor alteration to new API within XMPPModule. (changing method: didDeactivate -> willDeactivate)
Adding method to XMPPStream: getNumberOfBytesSent:numberOfBytesReceived: (simple atomic operation to fetch 2 related properties at the same time). Also updated XMPPBandwidthMonitor to use the new method.
Added a warning log statement if one attempts to set an invalid whitespace character.
A little bit of code modernization: converting enums to NS_ENUM.
Minor documentation improvements
Adding a proper NSError for cases where the stream is disconnected due to the startTLSPolicy.
Adding support for custom binding protocols. This is similar to pluggable authentication, but for binding.
Initial support for XEP-0198 (stream management)
Edge case bug fix: XMPPStream should guarantee in-order delivery of stanzas, even if there are xmppStream:willReceiveX: delegates.
Minor documentation clarification.
Adding new delegate method for XMPPStream - xmppStreamDidFilterStanza
Minor bug fix for XMPPBandwidthMonitor - should start monitoring bandwidth immediately upon TCP connect, not post XMPP handshake.
Minor optimization for XMPPIDTracker - only fetch the elementID once.
Bug fix for edge case in XMPPStreamManagement - counts would be incorrect if a delegate filtered an incoming stanza.
Minor bug fix for XMPPStreamManagement
Include XMPPCustomBinding in Sample Projects
unsignedIntegerValue should be NSUInteger
Set NSDateFormatter Locale en_US_POSIX
Code Clean Up
Fixing many bugs in XMPPStreamManagement.
Merge branch 'master' of github.com:robbiehanson/XMPPFramework
Fixes #421
Fixes #395
Updated XMPPMUC to include functionality for discovering rooms and services
Merge pull request #445 from jonstaff/master
Added XMPPRegistration to handle XEP-0077
Added documentation
Fixes #450
Merge pull request #448 from jonstaff/xep-0077
Fixes #454
Added FileTransfer extension
Added XMPPNamespaces
Updated log levels
Bulletproofing the file transfer extensions
Merges #461
Add support for NSSecureCoding
Merge remote-tracking branch 'upstream/master' into secure-coding
Merge pull request #470 from chrisballinger/secure-coding
Universal Roster Item API
Fixes allowRosterlessOperation Deadlock
Updated XEP-0077 based on conversations at the original PR. No longer using childCount == 0 as validation.
Merge pull request #488 from jonstaff/master
Updated gitignore to include .idea dir and began refactoring the codebase to use modern syntax
More updates to modern syntax
Most of the project (excluding the vendor dirs) should now be updated to modern syntax. Resolves issue #449.
Merge pull request #492 from jonstaff/master
Fix XEP-0092 namespace
Merge pull request #496 from vitalyster/patch-1
Notify delegate about acks that were received during stream resumption.
Fixes #511
Fixes #511
Update out-of-date ref to MulticastDelegateTest
Add some missing test projects
GCDAsyncSocket: Upgrade to 7.4.1
Get tests passing in Xcode 6.3
Add a new test project, migrate EncodeDecodeTest
Rewrite MulticastDelegateTest
Rewrite CapabilitiesHashingTest
Merge pull request #523 from paulmelnikow/test_jam
Import Cocoa/UIKit Where Appropriate
Run tests in Travis
Merge pull request #528 from paulmelnikow/travis
Implemented "6.5 Retrieve Items from a Node" from the XMPP PubSub Extension Specification (XEP-0060).
Merge pull request #532 from TeletronicsDotAe/master
Allow a username different than the user part of a JID to be used for authentication.
Allow a username different than the user part of a JID to be used for all SASL-based authentication methods.
Fix mismatched parameter names
Merge pull request #536 from hjon/allowUsernameOverride
XMPPSASLAuthentication Fixes
Persistent Store Directory
Support for XMPP URIs (XEP-0147)
XEP-0147: Parse authority JID
XEP-0147: Change license header
Merge pull request #541 from chrisballinger/xep-0147
Modified two obsolete methods
Fixed the ToDo marker and updated the destory delegate method with IQ result.
Replace spaces with tab.
Merge pull request #550 from xingheng/master
Fixes API Conventions
Merge pull request #546 from SarielTang/master
Merge pull request #499 from yesenarman/master
Added roster versioning: http://tools.ietf.org/html/rfc6121#section-2.6
Update Comment For Roster Versioning
Fixed vCard update loop, after vCard is updated the storage should not be ignored but instead used
Fixed typos
Fixed bug when mostRecentMessageTimestampForRoom returns nil
Merge pull request #569 from AndrewMcDrew/mostRecentMessageBug
Added Creation of elements for XEP-0352.
Merge pull request #583 from ChatSecure/XEP0352
fix XEP-0066 message namespace
Merge pull request #584 from vitalyster/0066
Fixed dns_sd and libxml2 import (modulemap file addition) + fixed circular import in podspec with full swift support
Merge pull request #595 from processone/cocoapod_friendly
File Changes
M .gitignore (4)
M .gitmodules (1)
A .travis.yml (12)
A Authentication/Anonymous/XMPPAnonymousAuthentication.h (45)
A Authentication/Anonymous/XMPPAnonymousAuthentication.m (131)
A Authentication/Deprecated-Digest/XMPPDeprecatedDigestAuthentication.h (22)
A Authentication/Deprecated-Digest/XMPPDeprecatedDigestAuthentication.m (162)
A Authentication/Deprecated-Plain/XMPPDeprecatedPlainAuthentication.h (22)
A Authentication/Deprecated-Plain/XMPPDeprecatedPlainAuthentication.m (156)
A Authentication/Digest-MD5/XMPPDigestMD5Authentication.h (22)
A Authentication/Digest-MD5/XMPPDigestMD5Authentication.m (336)
A Authentication/Plain/XMPPPlainAuthentication.h (22)
A Authentication/Plain/XMPPPlainAuthentication.m (114)
A Authentication/SCRAM-SHA-1/XMPPSCRAMSHA1Authentication.h (21)
A Authentication/SCRAM-SHA-1/XMPPSCRAMSHA1Authentication.m (342)
A Authentication/X-Facebook-Platform/XMPPXFacebookPlatformAuthentication.h (56)
A Authentication/X-Facebook-Platform/XMPPXFacebookPlatformAuthentication.m (327)
A Authentication/X-OAuth2-Google/XMPPXOAuth2Google.h (28)
A Authentication/X-OAuth2-Google/XMPPXOAuth2Google.m (180)
A Authentication/XMPPCustomBinding.h (93)
A Authentication/XMPPSASLAuthentication.h (102)
M Categories/NSData+XMPP.h (30)
M Categories/NSData+XMPP.m (100)
M Categories/NSNumber+XMPP.h (43)
M Categories/NSNumber+XMPP.m (189)
M Categories/NSXMLElement+XMPP.h (110)
M Categories/NSXMLElement+XMPP.m (456)
M Core/XMPP.h (22)
A Core/XMPPConstants.h (16)
A Core/XMPPConstants.m (10)
M Core/XMPPElement.h (20)
M Core/XMPPElement.m (115)
D Core/XMPPFramework.h (0)
M Core/XMPPIQ.h (6)
M Core/XMPPIQ.m (72)
M Core/XMPPInternal.h (127)
M Core/XMPPJID.h (38)
M Core/XMPPJID.m (289)
M Core/XMPPLogging.h (63)
M Core/XMPPMessage.h (30)
M Core/XMPPMessage.m (252)
M Core/XMPPModule.h (10)
M Core/XMPPModule.m (154)
M Core/XMPPParser.h (21)
M Core/XMPPParser.m (387)
M Core/XMPPPresence.m (32)
M Core/XMPPStream.h (577)
M Core/XMPPStream.m (4589)
A Extensions/BandwidthMonitor/XMPPBandwidthMonitor.h (19)
A Extensions/BandwidthMonitor/XMPPBandwidthMonitor.m (191)
M Extensions/CoreDataStorage/XMPPCoreDataStorage.h (77)
M Extensions/CoreDataStorage/XMPPCoreDataStorage.m (571)
M Extensions/CoreDataStorage/XMPPCoreDataStorageProtected.h (110)
A Extensions/FileTransfer/XMPPFileTransfer.h (80)
A Extensions/FileTransfer/XMPPFileTransfer.m (11)
A Extensions/FileTransfer/XMPPIncomingFileTransfer.h (80)
A Extensions/FileTransfer/XMPPIncomingFileTransfer.m (960)
A Extensions/FileTransfer/XMPPOutgoingFileTransfer.h (140)
A Extensions/FileTransfer/XMPPOutgoingFileTransfer.m (0)
A Extensions/GoogleSharedStatus/XMPPGoogleSharedStatus.h (0)
A Extensions/GoogleSharedStatus/XMPPGoogleSharedStatus.m (0)
A Extensions/ProcessOne/XMPPProcessOne.h (0)
A Extensions/ProcessOne/XMPPProcessOne.m (0)
I Extensions/Reconnect/XMPPReconnect.h (0)
I Extensions/Reconnect/XMPPReconnect.m (0)
I Extensions/Roster/CoreDataStorage/XMPPGroupCoreDataStorageObject.h (0)
I Extensions/Roster/CoreDataStorage/XMPPGroupCoreDataStorageObject.m (0)
I Extensions/Roster/CoreDataStorage/XMPPResourceCoreDataStorageObject.h (0)
I Extensions/Roster/CoreDataStorage/XMPPResourceCoreDataStorageObject.m (0)
I Extensions/Roster/CoreDataStorage/XMPPRosterCoreDataStorage.h (0)
I Extensions/Roster/CoreDataStorage/XMPPRosterCoreDataStorage.m (0)
I Extensions/Roster/CoreDataStorage/XMPPUserCoreDataStorageObject.h (0)
I Extensions/Roster/CoreDataStorage/XMPPUserCoreDataStorageObject.m (0)
D Extensions/Roster/MemoryStorage/XMPPResourceMemoryStorage.h (0)
D Extensions/Roster/MemoryStorage/XMPPResourceMemoryStorage.m (0)
A Extensions/Roster/MemoryStorage/XMPPResourceMemoryStorageObject.h (0)
A Extensions/Roster/MemoryStorage/XMPPResourceMemoryStorageObject.m (0)
I Extensions/Roster/MemoryStorage/XMPPRosterMemoryStorage.h (0)
I Extensions/Roster/MemoryStorage/XMPPRosterMemoryStorage.m (0)
I Extensions/Roster/MemoryStorage/XMPPRosterMemoryStoragePrivate.h (0)
D Extensions/Roster/MemoryStorage/XMPPUserMemoryStorage.h (0)
D Extensions/Roster/MemoryStorage/XMPPUserMemoryStorage.m (0)
A Extensions/Roster/MemoryStorage/XMPPUserMemoryStorageObject.h (0)
A Extensions/Roster/MemoryStorage/XMPPUserMemoryStorageObject.m (0)
I Extensions/Roster/XMPPRoster.h (0)
I Extensions/Roster/XMPPRoster.m (0)
A Extensions/SystemInputActivityMonitor/XMPPSystemInputActivityMonitor.h (0)
A Extensions/SystemInputActivityMonitor/XMPPSystemInputActivityMonitor.m (0)
I Extensions/XEP-0009/XMPPIQ+JabberRPC.m (0)
I Extensions/XEP-0009/XMPPIQ+JabberRPCResonse.m (0)
I Extensions/XEP-0009/XMPPJabberRPCModule.h (0)
I Extensions/XEP-0009/XMPPJabberRPCModule.m (0)
A Extensions/XEP-0012/XMPPIQ+LastActivity.h (0)
A Extensions/XEP-0012/XMPPIQ+LastActivity.m (0)
A Extensions/XEP-0012/XMPPLastActivity.h (0)
A Extensions/XEP-0012/XMPPLastActivity.m (0)
A Extensions/XEP-0016/XMPPPrivacy.h (0)
A Extensions/XEP-0016/XMPPPrivacy.m (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoom.xcdatamodeld/.xccurrentversion (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoom.xcdatamodeld/XMPPRoom.xcdatamodel/contents (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoomCoreDataStorage.h (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoomCoreDataStorage.m (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoomMessageCoreDataStorageObject.h (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoomMessageCoreDataStorageObject.m (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoomOccupantCoreDataStorageObject.h (0)
A Extensions/XEP-0045/CoreDataStorage/XMPPRoomOccupantCoreDataStorageObject.m (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomHybrid.xcdatamodeld/.xccurrentversion (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomHybrid.xcdatamodeld/XMPPRoomHybrid.xcdatamodel/contents (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomHybridStorage.h (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomHybridStorage.m (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomHybridStorageProtected.h (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomMessageHybridCoreDataStorageObject.h (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomMessageHybridCoreDataStorageObject.m (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomOccupantHybridMemoryStorageObject.h (0)
A Extensions/XEP-0045/HybridStorage/XMPPRoomOccupantHybridMemoryStorageObject.m (0)
A Extensions/XEP-0045/MemoryStorage/XMPPRoomMemoryStorage.h (0)
A Extensions/XEP-0045/MemoryStorage/XMPPRoomMemoryStorage.m (0)
A Extensions/XEP-0045/MemoryStorage/XMPPRoomMessageMemoryStorageObject.h (0)
A Extensions/XEP-0045/MemoryStorage/XMPPRoomMessageMemoryStorageObject.m (0)
A Extensions/XEP-0045/MemoryStorage/XMPPRoomOccupantMemoryStorageObject.h (0)
A Extensions/XEP-0045/MemoryStorage/XMPPRoomOccupantMemoryStorageObject.m (0)
A Extensions/XEP-0045/XMPPMUC.h (0)
A Extensions/XEP-0045/XMPPMUC.m (0)
I Extensions/XEP-0045/XMPPMessage+XEP0045.h (0)
I Extensions/XEP-0045/XMPPMessage+XEP0045.m (0)
I Extensions/XEP-0045/XMPPRoom.h (0)
I Extensions/XEP-0045/XMPPRoom.m (0)
A Extensions/XEP-0045/XMPPRoomMessage.h (0)
I Extensions/XEP-0045/XMPPRoomOccupant.h (0)
D Extensions/XEP-0045/XMPPRoomOccupant.m (0)
A Extensions/XEP-0045/XMPPRoomPrivate.h (0)
I Extensions/XEP-0054/CoreDataStorage/XMPPvCardAvatarCoreDataStorageObject.h (0)
I Extensions/XEP-0054/CoreDataStorage/XMPPvCardCoreDataStorage.h (0)
I Extensions/XEP-0054/CoreDataStorage/XMPPvCardCoreDataStorage.m (0)
I Extensions/XEP-0054/CoreDataStorage/XMPPvCardCoreDataStorageObject.h (0)
I Extensions/XEP-0054/CoreDataStorage/XMPPvCardCoreDataStorageObject.m (0)
I Extensions/XEP-0054/CoreDataStorage/XMPPvCardTempCoreDataStorageObject.h (0)
I Extensions/XEP-0054/XMPPvCardTemp.h (0)
I Extensions/XEP-0054/XMPPvCardTemp.m (0)
I Extensions/XEP-0054/XMPPvCardTempAdr.h (0)
I Extensions/XEP-0054/XMPPvCardTempAdr.m (0)
I Extensions/XEP-0054/XMPPvCardTempAdrTypes.m (0)
I Extensions/XEP-0054/XMPPvCardTempBase.h (0)
I Extensions/XEP-0054/XMPPvCardTempBase.m (0)
I Extensions/XEP-0054/XMPPvCardTempEmail.h (0)
I Extensions/XEP-0054/XMPPvCardTempEmail.m (0)
I Extensions/XEP-0054/XMPPvCardTempLabel.h (0)
I Extensions/XEP-0054/XMPPvCardTempLabel.m (0)
I Extensions/XEP-0054/XMPPvCardTempModule.h (0)
I Extensions/XEP-0054/XMPPvCardTempModule.m (0)
I Extensions/XEP-0054/XMPPvCardTempTel.h (0)
I Extensions/XEP-0054/XMPPvCardTempTel.m (0)
A Extensions/XEP-0059/NSXMLElement+XEP_0059.h (0)
A Extensions/XEP-0059/NSXMLElement+XEP_0059.m (0)
A Extensions/XEP-0059/XMPPResultSet.h (0)
A Extensions/XEP-0059/XMPPResultSet.m (0)
A Extensions/XEP-0060/XMPPIQ+XEP_0060.h (0)
A Extensions/XEP-0060/XMPPIQ+XEP_0060.m (0)
I Extensions/XEP-0060/XMPPPubSub.h (0)
I Extensions/XEP-0060/XMPPPubSub.m (0)
I Extensions/XEP-0065/TURNSocket.h (0)
I Extensions/XEP-0065/TURNSocket.m (0)
A Extensions/XEP-0066/XMPPIQ+XEP_0066.h (0)
A Extensions/XEP-0066/XMPPIQ+XEP_0066.m (0)
A Extensions/XEP-0066/XMPPMessage+XEP_0066.h (0)
A Extensions/XEP-0066/XMPPMessage+XEP_0066.m (0)
A Extensions/XEP-0077/XMPPRegistration.h (0)
A Extensions/XEP-0077/XMPPRegistration.m (0)
I Extensions/XEP-0082/NSDate+XMPPDateTimeProfiles.m (0)
I Extensions/XEP-0082/XMPPDateTimeProfiles.m (0)
A Extensions/XEP-0085/XMPPMessage+XEP_0085.h (0)
A Extensions/XEP-0085/XMPPMessage+XEP_0085.m (0)
A Extensions/XEP-0092/XMPPSoftwareVersion.h (0)
A Extensions/XEP-0092/XMPPSoftwareVersion.m (0)
I Extensions/XEP-0100/XMPPTransports.h (0)
I Extensions/XEP-0100/XMPPTransports.m (0)
A Extensions/XEP-0106/NSString+XEP_0106.h (0)
A Extensions/XEP-0106/NSString+XEP_0106.m (0)
I Extensions/XEP-0115/CoreDataStorage/XMPPCapabilitiesCoreDataStorage.h (0)
I Extensions/XEP-0115/CoreDataStorage/XMPPCapabilitiesCoreDataStorage.m (0)
I Extensions/XEP-0115/CoreDataStorage/XMPPCapsCoreDataStorageObject.h (0)
I Extensions/XEP-0115/CoreDataStorage/XMPPCapsCoreDataStorageObject.m (0)
I Extensions/XEP-0115/CoreDataStorage/XMPPCapsResourceCoreDataStorageObject.h (0)
I Extensions/XEP-0115/CoreDataStorage/XMPPCapsResourceCoreDataStorageObject.m (0)
I Extensions/XEP-0115/XMPPCapabilities.h (0)
I Extensions/XEP-0115/XMPPCapabilities.m (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchiving.xcdatamodeld/.xccurrentversion (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchiving.xcdatamodeld/XMPPMessageArchiving.xcdatamodel/contents (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchivingCoreDataStorage.h (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchivingCoreDataStorage.m (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchiving_Contact_CoreDataObject.h (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchiving_Contact_CoreDataObject.m (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchiving_Message_CoreDataObject.h (0)
A Extensions/XEP-0136/CoreDataStorage/XMPPMessageArchiving_Message_CoreDataObject.m (0)
A Extensions/XEP-0136/XMPPMessageArchiving.h (0)
A Extensions/XEP-0136/XMPPMessageArchiving.m (0)
A Extensions/XEP-0147/XMPPURI.h (0)
A Extensions/XEP-0147/XMPPURI.m (0)
I Extensions/XEP-0153/XMPPvCardAvatarModule.h (0)
I Extensions/XEP-0153/XMPPvCardAvatarModule.m (0)
A Extensions/XEP-0172/XMPPMessage+XEP_0172.h (0)
A Extensions/XEP-0172/XMPPMessage+XEP_0172.m (0)
A Extensions/XEP-0172/XMPPPresence+XEP_0172.h (0)
A Extensions/XEP-0172/XMPPPresence+XEP_0172.m (0)
A Extensions/XEP-0184/XMPPMessage+XEP_0184.h (0)
A Extensions/XEP-0184/XMPPMessage+XEP_0184.m (0)
A Extensions/XEP-0184/XMPPMessageDeliveryReceipts.h (0)
A Extensions/XEP-0184/XMPPMessageDeliveryReceipts.m (0)
A Extensions/XEP-0191/XMPPBlocking.h (0)
A Extensions/XEP-0191/XMPPBlocking.m (0)
A Extensions/XEP-0198/Memory Storage/XMPPStreamManagementMemoryStorage.h (0)
A Extensions/XEP-0198/Memory Storage/XMPPStreamManagementMemoryStorage.m (0)
A Extensions/XEP-0198/Private/XMPPStreamManagementStanzas.h (0)
A Extensions/XEP-0198/Private/XMPPStreamManagementStanzas.m (0)
A Extensions/XEP-0198/XMPPStreamManagement.h (0)
A Extensions/XEP-0198/XMPPStreamManagement.m (0)
I Extensions/XEP-0199/XMPPAutoPing.h (0)
I Extensions/XEP-0199/XMPPAutoPing.m (0)
I Extensions/XEP-0199/XMPPPing.m (0)
I Extensions/XEP-0202/XMPPAutoTime.h (0)
I Extensions/XEP-0202/XMPPAutoTime.m (0)
I Extensions/XEP-0202/XMPPTime.m (0)
A Extensions/XEP-0203/NSXMLElement+XEP_0203.h (0)
A Extensions/XEP-0203/NSXMLElement+XEP_0203.m (0)
D Extensions/XEP-0203/XMPPElement+Delay.h (0)
D Extensions/XEP-0203/XMPPElement+Delay.m (0)
A Extensions/XEP-0223/XEP_0223.h (0)
A Extensions/XEP-0223/XEP_0223.m (0)
A Extensions/XEP-0224/XMPPAttentionModule.h (0)
A Extensions/XEP-0224/XMPPAttentionModule.m (0)
A Extensions/XEP-0224/XMPPMessage+XEP_0224.h (0)
A Extensions/XEP-0224/XMPPMessage+XEP_0224.m (0)
A Extensions/XEP-0280/XMPPMessage+XEP_0280.h (0)
A Extensions/XEP-0280/XMPPMessage+XEP_0280.m (0)
A Extensions/XEP-0280/XMPPMessageCarbons.h (0)
A Extensions/XEP-0280/XMPPMessageCarbons.m (0)
A Extensions/XEP-0297/NSXMLElement+XEP_0297.h (0)
A Extensions/XEP-0297/NSXMLElement+XEP_0297.m (0)
A Extensions/XEP-0308/XMPPMessage+XEP_0308.h (0)
A Extensions/XEP-0308/XMPPMessage+XEP_0308.m (0)
A Extensions/XEP-0333/XMPPMessage+XEP_0333.h (0)
A Extensions/XEP-0333/XMPPMessage+XEP_0333.m (0)
A Extensions/XEP-0335/NSXMLElement+XEP_0335.h (0)
A Extensions/XEP-0335/NSXMLElement+XEP_0335.m (0)
A Extensions/XEP-0352/NSXMLElement+XEP_0352.h (0)
A Extensions/XEP-0352/NSXMLElement+XEP_0352.m (0)
I README.markdown (0)
I Utilities/DDList.h (0)
I Utilities/DDList.m (0)
I Utilities/GCDMulticastDelegate.h (0)
I Utilities/GCDMulticastDelegate.m (0)
D Utilities/LibIDN.h (0)
D Utilities/LibIDN.m (0)
I Utilities/RFImageToDataTransformer.m (0)
D Utilities/XMPPDigestAuthentication.h (0)
D Utilities/XMPPDigestAuthentication.m (0)
I Utilities/XMPPIDTracker.h (0)
I Utilities/XMPPIDTracker.m (0)
D Utilities/XMPPSASLAuthentication.h (0)
I Utilities/XMPPSRVResolver.h (0)
I Utilities/XMPPSRVResolver.m (0)
A Utilities/XMPPStringPrep.h (0)
A Utilities/XMPPStringPrep.m (0)
A Utilities/XMPPTimer.h (0)
A Utilities/XMPPTimer.m (0)
D Utilities/XMPPXFacebookPlatformAuthentication.h (0)
D Utilities/XMPPXFacebookPlatformAuthentication.m (0)
I Vendor/CocoaAsyncSocket/GCDAsyncSocket.h (0)
I Vendor/CocoaAsyncSocket/GCDAsyncSocket.m (0)
I Vendor/CocoaLumberjack/DDASLLogger.h (0)
I Vendor/CocoaLumberjack/DDASLLogger.m (0)
I Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.h (0)
I Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m (0)
I Vendor/CocoaLumberjack/DDFileLogger.h (0)
I Vendor/CocoaLumberjack/DDFileLogger.m (0)
A Vendor/CocoaLumberjack/DDLog+LOGV.h (0)
I Vendor/CocoaLumberjack/DDLog.h (0)
I Vendor/CocoaLumberjack/DDLog.m (0)
I Vendor/CocoaLumberjack/DDTTYLogger.h (0)
I Vendor/CocoaLumberjack/DDTTYLogger.m (0)
A Vendor/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.h (0)
A Vendor/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m (0)
A Vendor/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.h (0)
A Vendor/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.m (0)
A Vendor/CocoaLumberjack/Extensions/DDMultiFormatter.h (0)
A Vendor/CocoaLumberjack/Extensions/DDMultiFormatter.m (0)
A Vendor/CocoaLumberjack/Extensions/README.txt (0)
I Vendor/KissXML/Categories/NSString+DDXML.h (0)
I Vendor/KissXML/Categories/NSString+DDXML.m (0)
I Vendor/KissXML/DDXML.h (0)
I Vendor/KissXML/DDXMLDocument.h (0)
I Vendor/KissXML/DDXMLDocument.m (0)
I Vendor/KissXML/DDXMLElement.h (0)
I Vendor/KissXML/DDXMLElement.m (0)
I Vendor/KissXML/DDXMLNode.h (0)
I Vendor/KissXML/DDXMLNode.m (0)
I Vendor/KissXML/Private/DDXMLPrivate.h (0)
I Vendor/facebook-ios-sdk (0)
A Vendor/libidn/build-libidn.sh (0)
I Vendor/libidn/idn-int.h (0)
I Vendor/libidn/libidn-1.15.tar.gz (0)
Patch Links:
https://github.com/robbiehanson/XMPPFramework/pull/648.patch
https://github.com/robbiehanson/XMPPFramework/pull/648.diff
—Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet