diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-01-15 21:09:22 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-02-08 14:09:53 +0100 |
commit | 05476102032e921b76db1ad9805b238d0355e94a (patch) | |
tree | 8426dcca441cd15cddaa9af6091b89df5317a9b6 /src/main/res/values | |
parent | 141a37a7c8691828ba1d2e028998897e2467f868 (diff) |
implement adhoc invite links if server supports this
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index e80438379..c7b8f70c7 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -859,4 +859,5 @@ <string name="autojoin_groupchat">Automatically join this group chat</string> <string name="pref_play_gif_inside">Play GIF files in chat</string> <string name="pref_play_gif_inside_summary">Setting this to true plays GIF files directly inside the chat view.</string> + <string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: user invite</string> </resources> |