PNXMPPFramework/Authentication/Deprecated-Digest/XMPPDeprecatedDigestAuthentication.h
2016-02-24 16:56:39 +01:00

23 lines
676 B
Objective-C

#import <Foundation/Foundation.h>
#import "XMPPSASLAuthentication.h"
#import "XMPPStream.h"
@interface XMPPDeprecatedDigestAuthentication : NSObject <XMPPSASLAuthentication>
// This class implements the XMPPSASLAuthentication protocol.
//
// See XMPPSASLAuthentication.h for more information.
@end
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#pragma mark -
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@interface XMPPStream (XMPPDeprecatedDigestAuthentication)
- (BOOL)supportsDeprecatedDigestAuthentication;
@end