@@ -83,7 +83,7 @@ Options:
8383[starttls](listen-options.md#starttls),
8484[starttls_required](listen-options.md#starttls_required),
8585[tls](listen-options.md#tls),
86- [tls_compression](listen-options.md#tls-compression ),
86+ [tls_compression](listen-options.md#tls_compression ),
8787[tls_verify](listen-options.md#tls_verify),
8888[zlib](listen-options.md#zlib).
8989
@@ -100,7 +100,7 @@ Options:
100100[protocol_options](listen-options.md#protocol_options),
101101[shaper](listen-options.md#shaper),
102102[tls](listen-options.md#tls),
103- [tls_compression](listen-options.md#tls-compression ).
103+ [tls_compression](listen-options.md#tls_compression ).
104104
105105# # ejabberd_service
106106
@@ -123,9 +123,9 @@ Options:
123123[password](listen-options.md#password),
124124[protocol_options](listen-options.md#protocol_options),
125125[shaper](listen-options.md#shaper),
126- [shaper_rule](listen-options.md#shaper-rule ),
126+ [shaper_rule](listen-options.md#shaper_rule ),
127127[tls](listen-options.md#tls),
128- [tls_compression](listen-options.md#tls-compression ).
128+ [tls_compression](listen-options.md#tls_compression ).
129129
130130# # ejabberd_sip
131131
@@ -175,7 +175,7 @@ With the proper request handlers configured, this serves HTTP services like
175175[Fileserver](modules.md#mod_http_fileserver),
176176[OAuth](../../developer/ejabberd-api/oauth.md),
177177[Upload](modules.md#mod_http_upload),
178- [WebAdmin](../../admin/guide/managing.md#web_admin ),
178+ [WebAdmin](../../admin/guide/managing.md#web-admin ),
179179[WebSocket](listen.md#ejabberd_http_ws),
180180[XMP-RPC](listen.md#ejabberd_xmlrpc).
181181
@@ -188,7 +188,7 @@ Options:
188188[request_handlers](listen-options.md#request_handlers),
189189[tag](listen-options.md#tag),
190190[tls](listen-options.md#tls),
191- [tls_compression](listen-options.md#tls-compression ),
191+ [tls_compression](listen-options.md#tls_compression ),
192192and the [trusted_proxies](toplevel.md#trusted_proxies) top-level option.
193193
194194# # mod_mqtt
@@ -435,7 +435,7 @@ A test client can be found on Github: [Websocket test client](https://github.com
435435# ejabberd_xmlrpc
436436
437437Handles XML-RPC requests to execute
438- [ejabberd commands](../../admin/guide/managing .md#ejabberd_commands ).
438+ [API commands](../../developer/ejabberd-api/admin-api .md).
439439It is configured as a request handler in
440440[ejabberd_http](listen.md#ejabberd_http).
441441
@@ -508,7 +508,7 @@ It's possible to use OAuth for authentication instead of plain password, see
508508
509509In ejabberd 20.03 and older, it was possible to configure `ejabberd_xmlrpc` as a
510510listener, see the old document for reference and example configuration :
511- [Listening Module ](../old.md#listening_module ).
511+ [Listening Ports ](../old.md#listening-ports ).
512512
513513Just for reference, there's also the old
514514[`ejabberd_xmlrpc documentation`](http://www.ejabberd.im/ejabberd_xmlrpc).
@@ -535,7 +535,7 @@ For example, the following simple configuration defines:
535535 service.
536536
537537- Port 5281 listens for HTTP requests, using HTTPS to serve HTTP-Bind
538- (BOSH) and the Web Admin as explained in [Managing : Web Admin](../../admin/guide/managing.md#web_admin ). The
538+ (BOSH) and the Web Admin as explained in [Managing : Web Admin](../../admin/guide/managing.md#web-admin ). The
539539 socket only listens connections to the IP address 127.0.0.1.
540540
541541` ` ` yaml
@@ -609,7 +609,7 @@ In this example, the following configuration defines that:
609609
610610- Port 5280 is serving the Web Admin and the HTTP-Bind (BOSH) service in
611611 all the IPv4 addresses. Note that it is also possible to serve them
612- on different ports. The second example in section [Managing : Web Admin](../../admin/guide/managing.md#web_admin ) shows
612+ on different ports. The second example in section [Managing : Web Admin](../../admin/guide/managing.md#web-admin ) shows
613613 how exactly this can be done. A request handler to serve MQTT over Websocket is also defined.
614614
615615- All users except for the administrators have a traffic of limit
0 commit comments