mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Add three missing mod_bosh options
This commit is contained in:
parent
116fa8e9ca
commit
4e51e82ccf
@ -213,11 +213,30 @@ mod_doc() ->
|
|||||||
[{json,
|
[{json,
|
||||||
#{value => "true | false",
|
#{value => "true | false",
|
||||||
desc => ?T("This option has no effect.")}},
|
desc => ?T("This option has no effect.")}},
|
||||||
|
{max_concat,
|
||||||
|
#{value => "pos_integer() | infinity",
|
||||||
|
desc =>
|
||||||
|
?T("This option limits the number of stanzas that the server "
|
||||||
|
"will send in a single bosh request. "
|
||||||
|
"The default value is 'unlimited'.")}},
|
||||||
{max_inactivity,
|
{max_inactivity,
|
||||||
#{value => "timeout()",
|
#{value => "timeout()",
|
||||||
desc =>
|
desc =>
|
||||||
?T("The option defines the maximum inactivity period. "
|
?T("The option defines the maximum inactivity period. "
|
||||||
"The default value is '30' seconds.")}},
|
"The default value is '30' seconds.")}},
|
||||||
|
{max_pause,
|
||||||
|
#{value => "pos_integer()",
|
||||||
|
desc =>
|
||||||
|
?T("Indicate the maximum length of a temporary session pause "
|
||||||
|
"(in seconds) that a client can request. "
|
||||||
|
"The default value is '120'.")}},
|
||||||
|
{prebind,
|
||||||
|
#{value => "true | false",
|
||||||
|
desc =>
|
||||||
|
?T("If enabled, the client can create the session without "
|
||||||
|
"going through authentication. Basically, it creates a "
|
||||||
|
"new session with anonymous authentication. "
|
||||||
|
"The default value is 'false'.")}},
|
||||||
{queue_type,
|
{queue_type,
|
||||||
#{value => "ram | file",
|
#{value => "ram | file",
|
||||||
desc =>
|
desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user