Differences From Artifact [74e0c7a892]:
- File src/XMPPConnection.m — part of check-in [b88cb91f47] at 2012-10-17 20:24:03 on branch trunk — Close connection when an exception occurs. (user: js, size: 27728) [annotate] [blame] [check-ins using]
To Artifact [4026d94f84]:
- File src/XMPPConnection.m — part of check-in [a7d8370069] at 2012-11-09 21:00:06 on branch trunk — Fix an evil typo. (user: js, size: 27727) [annotate] [blame] [check-ins using]
︙ | |||
816 817 818 819 820 821 822 | 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 | - + | } if ([[element name] isEqual: @"success"]) { [authModule continueWithData: [OFDataArray dataArrayWithBase64EncodedString: [element stringValue]]]; [delegates broadcastSelector: @selector( |
︙ |