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(
connectionWWasAuthenticated:)
withObject: self];
/* Stream restart */
[self XMPP_startStream];
return;
}
|
|
|
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(
connectionWasAuthenticated:)
withObject: self];
/* Stream restart */
[self XMPP_startStream];
return;
}
|