// // XMPPSCRAMSHA1Authentication.h // iPhoneXMPP // // Created by David Chiles on 3/21/14. // // #import #import "XMPPSASLAuthentication.h" #import "XMPPStream.h" @interface XMPPSCRAMSHA1Authentication : NSObject @end @interface XMPPStream (XMPPSCRAMSHA1Authentication) - (BOOL)supportsSCRAMSHA1Authentication; @end