Differences From Artifact [aad38dee82]:
- File src/XMPPEXTERNALAuth.m — part of check-in [42b670b25a] at 2012-01-25 19:27:12 on branch trunk — Add missing files (user: florob@babelmonkeys.de, size: 1703) [annotate] [blame] [check-ins using]
To Artifact [b61498fa1a]:
- File src/XMPPEXTERNALAuth.m — part of check-in [58085da5c5] at 2012-01-26 12:35:05 on branch trunk — Style improvements. (user: js, size: 1688) [annotate] [blame] [check-ins using] [more...]
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + | return [[[self alloc] initWithAuthzid: authzid_ authcid: nil password: nil] autorelease]; } - (OFDataArray*)initialMessage { |
︙ |