Skip to content

Commit 86ee42a

Browse files
committed
Update documentation to reflect the fix from ejabberd's 426fd14b1 commit
1 parent c5585ef commit 86ee42a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

content/admin/configuration/toplevel.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

content/developer/ejabberd-api/admin-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)