File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,9 @@ certificate requests and renewals are performed to some CA server (aka
166166
167167* true | false*
168168
169- Whether to allow installation of third-party modules or not. The default
170- value is * true* .
169+ Whether to allow installation of third-party modules or not. See
170+ [ ejabberd-contrib] ( https://docs.ejabberd.im/developer/extending-ejabberd/modules/#ejabberd-contrib )
171+ documentation section. The default value is * true* .
171172
172173## allow\_ multiple\_ connections
173174
Original file line number Diff line number Diff line change @@ -1900,7 +1900,7 @@ Get the number of unread offline messages
19001900__ Arguments:__
19011901
19021902- * user* :: string
1903- - * server * :: string
1903+ - * host * :: string
19041904
19051905__ Result:__
19061906
@@ -1919,7 +1919,7 @@ __Examples:__
19191919 POST /api/get_offline_count
19201920 {
19211921 "user" : " aaaaa" ,
1922- "server " : " bbbbb"
1922+ "host " : " bbbbb"
19231923 }
19241924
19251925 HTTP/1.1 200 OK
@@ -2243,7 +2243,7 @@ Get roster of a local user
22432243__ Arguments:__
22442244
22452245- * user* :: string
2246- - * server * :: string
2246+ - * host * :: string
22472247
22482248__ Result:__
22492249
@@ -2262,7 +2262,7 @@ __Examples:__
22622262 POST /api/get_roster
22632263 {
22642264 "user" : " aaaaa" ,
2265- "server " : " bbbbb"
2265+ "host " : " bbbbb"
22662266 }
22672267
22682268 HTTP/1.1 200 OK
You can’t perform that action at this time.
0 commit comments