#import /** * 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;