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

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniryas <niryas@gmail.com>2020-12-10 17:13:02 +0300
committersualko <klaus@jsxc.org>2020-12-10 17:14:58 +0300
commit58ea012bddbae8c24427fcbdab7998c0a20724a3 (patch)
treebb6c92916d626dee8db380c14ad4c3bdd4090e62 /locales
parent7fe660299728099804a13c6ef3a937ad3f1c318e (diff)
feat: xmpp ping (server-to-client) plugin
implements XEP-0199 close #889
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/en.json b/locales/en.json
index 04cbcec0..16c4142b 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -371,6 +371,7 @@
"setting-otr-enable": "Off-the-Record Messaging (OTR) enables you to send end-to-end encrypted messages from one device to another.",
"setting-receipts-enable": "Enable this plugin if you like to use delivery receipts. If your contact supports this too, both of you will see if a message arrived.",
"setting-vcard-avatar-enable": "Use vCard to get nice and shiny avatars from your contacts.",
+ "setting-ping-enable": "Reply to server pings. May help if you keep getting disconnected from the server.",
"Test": "Test",
"this_device": "this device",
"Verification": "Verification",
@@ -382,4 +383,4 @@
"There_are_new_devices": "There are new devices"
},
"Notifications": "Notifications"
-} \ No newline at end of file
+}