We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3448e1 commit d354b8fCopy full SHA for d354b8f
Monal/Classes/HelperTools.m
@@ -667,7 +667,7 @@ +(NSString*) extractXMPPError:(XMPPStanza*) stanza withDescription:(NSString*) d
667
+(NSError*) getNSErrorFrom:(XMPPStanza*) stanza withDescription:(NSString*) description
668
{
669
NSString* errorMessage = [HelperTools extractXMPPError:stanza withDescription:description];
670
- return [NSError errorWithDomain:@"Monal" code:0 userInfo:@{NSLocalizedDescriptionKey: errorMessage}];
+ return [NSError errorWithDomain:@"Monal" code:0 userInfo:@{NSLocalizedDescriptionKey: errorMessage, @"stanza": stanza}];
671
}
672
673
+(void) initSystem
0 commit comments