aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-04-17 17:13:14 +0200
committerBadlop <badlop@process-one.net>2020-04-17 17:28:39 +0200
commit0355e15a424470f612eae0c48dac83b9fe6e0ea3 (patch)
tree37d29409878f170b8c2e6e6f839a29caeb86a560
parentCheck if mod_muc_log is enabled before setting logging option (#3215) (diff)
Fix doc content in mod_admin_extra so it can be extracted by make translations
-rw-r--r--src/mod_admin_extra.erl55
1 files changed, 27 insertions, 28 deletions
diff --git a/src/mod_admin_extra.erl b/src/mod_admin_extra.erl
index db1f37296..1dfe42c11 100644
--- a/src/mod_admin_extra.erl
+++ b/src/mod_admin_extra.erl
@@ -1599,41 +1599,40 @@ mod_doc() ->
[?T("This module provides additional administrative commands."), "",
?T("Details for some commands:"), "",
?T("- 'ban-acount':"),
- ?T("This command kicks all the connected sessions of the
- account from the server. It also changes their password to
- a randomly generated one, so they can't login anymore
- unless a server administrator changes their password
- again. It is possible to define the reason of the ban. The
- new password also includes the reason and the date and time
- of the ban. For example, if this command is called:
- 'ejabberdctl vhost example.org ban-account boby \"Spammed
- rooms\"', then the sessions of the local account which JID
- is boby@example.org will be kicked, and its password will
- be set to something like this:
- 'BANNED_ACCOUNT--20080425T21:45:07--2176635--Spammed_rooms'"),
+ ?T("This command kicks all the connected sessions of the account "
+ "from the server. It also changes their password to a randomly "
+ "generated one, so they can't login anymore unless a server "
+ "administrator changes their password again. It is possible to "
+ "define the reason of the ban. The new password also includes "
+ "the reason and the date and time of the ban. For example, if "
+ "this command is called: "
+ "'ejabberdctl vhost example.org ban-account boby \"Spammed rooms\"', "
+ "then the sessions of the local account which JID is "
+ "boby@example.org will be kicked, and its password will be set "
+ "to something like this: "
+ "'BANNED_ACCOUNT--20080425T21:45:07--2176635--Spammed_rooms'"),
?T("- 'pushroster' (and 'pushroster-all'):"),
- ?T("The roster file must be placed, if using Windows, on
- the directory where you installed ejabberd: C:/Program
- Files/ejabberd or similar. If you use other Operating
- System, place the file on the same directory where the
- .beam files are installed. See below an example roster
- file."),
+ ?T("The roster file must be placed, if using Windows, on the "
+ "directory where you installed ejabberd: "
+ "C:/Program Files/ejabberd or similar. If you use other "
+ "Operating System, place the file on the same directory where "
+ "the .beam files are installed. See below an example roster file."),
?T("- 'srg-create':"),
- ?T("If you want to put a group Name with blankspaces, use
- the characters \"\' and \\'\" to define when the Name
- starts and ends. For example: 'ejabberdctl srg-create g1
- example.org \"\'Group number 1\\'\" this_is_g1 g1'")],
+ ?T("If you want to put a group Name with blankspaces, use the "
+ "characters \"\' and \'\" to define when the Name starts and "
+ "ends. For example: "
+ "'ejabberdctl srg-create g1 example.org \"\'Group number 1\'\" this_is_g1 g1'")],
opts =>
[{module_resource,
#{value => ?T("Resource"),
desc =>
- ?T("Indicate the resource that the XMPP stanzas must
- use in the FROM or TO JIDs. This is only useful in
- the 'get_vcard*' and 'set_vcard*' commands. The
- default value is 'mod_admin_extra'.")}}],
+ ?T("Indicate the resource that the XMPP stanzas must use "
+ "in the FROM or TO JIDs. This is only useful in the "
+ "'get_vcard*' and 'set_vcard*' commands. The default "
+ "value is 'mod_admin_extra'.")}}],
example =>
- [{?T("With this configuration, vCards can only be modified
- with mod_admin_extra commands:"),
+ [{?T("With this configuration, vCards can only be modified with "
+ "mod_admin_extra commands:"),
["acl:",
" adminextraresource:",
" - resource: \"modadminextraf8x,31ad\"",