PNXMPPFramework/Core/XMPPConstants.h
2016-02-24 16:56:39 +01:00

17 lines
660 B
Objective-C

#import <Foundation/Foundation.h>
/**
* This class is provided to house various namespaces that are reused throughout
* the project. Feel free to add to the constants as you see necessary. If a
* particular namespace is only applicable to a particular extension, then it
* should be inside that extension rather than here.
*/
extern NSString *const XMPPSINamespace;
extern NSString *const XMPPSIProfileFileTransferNamespace;
extern NSString *const XMPPFeatureNegNamespace;
extern NSString *const XMPPBytestreamsNamespace;
extern NSString *const XMPPIBBNamespace;
extern NSString *const XMPPDiscoItemsNamespace;
extern NSString *const XMPPDiscoInfoNamespace;