Differences From Artifact [fc2ab6d5ef]:
- File src/XMPPSCRAMAuth.h — part of check-in [2faf18cba7] at 2017-05-13 15:03:44 on branch trunk — Adjust to ObjFW changes (user: js, size: 4633) [annotate] [blame] [check-ins using]
To Artifact [f16a3ea40b]:
- File src/XMPPSCRAMAuth.h — part of check-in [efaee4fc4c] at 2017-07-23 11:19:48 on branch trunk — Adjust to ObjFW changes & small fixes (user: js, size: 4628) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | */ @interface XMPPSCRAMAuth: XMPPAuthenticator { Class _hashType; OFString *_cNonce; OFString *_GS2Header; OFString *_clientFirstMessageBare; |
︙ |