Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2022-06-14 09:39:55 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-06-14 09:39:58 +0300
commita9dd5a3c7622c375b4f474514ec208ab0b4211cf (patch)
treeeba7f584e4b0150aa9d10af2d07826ff3912264b /src/main/res/values
parentd5ac6e35fcc62c886ae6cca1e58899eb1cb4f869 (diff)
support sasl/temporary-auth-failure
if the server is unable to query the database throwing a temporary-auth-failure might be more appropriate
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 20c7cbef8..ee5cbce81 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -976,5 +976,6 @@
<string name="plain_text_document">Plain text document</string>
<string name="account_registrations_are_not_supported">Account registrations are not supported</string>
<string name="no_xmpp_adddress_found">No XMPP address found</string>
+ <string name="account_status_temporary_auth_failure">Temporary authentication failure</string>
</resources>