From 6029ba875b323af637b7690020ca29ccaf479456 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 4 Apr 2020 13:03:36 +0200 Subject: [PATCH] fix-a-javadoc.sh: add FailedNonzaException --- resources/fix-a-javadoc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/fix-a-javadoc.sh b/resources/fix-a-javadoc.sh index 6354147d6..d66a05eee 100755 --- a/resources/fix-a-javadoc.sh +++ b/resources/fix-a-javadoc.sh @@ -67,6 +67,7 @@ SMACK_EXCEPTIONS[CorruptedOmemoKeyException]="if the OMEMO key is corrupted." SMACK_EXCEPTIONS[CryptoFailedException]="if the OMEMO cryptography failed." SMACK_EXCEPTIONS[CannotEstablishOmemoSessionException]="if no OMEMO session could be established." SMACK_EXCEPTIONS[UntrustedOmemoIdentityException]="if the OMEMO identity is not trusted." +SMACK_EXCEPTIONS[FailedNonzaException]="if an XMPP protocol failure was received." MODE=""