XMPP clients connections WIP:
* new option to allow external xmpp account s2s connections * settings to setup the port and network interfaces * documentation WIP Related to issue #114
This commit is contained in:
committed by
John Livingston
parent
c81c2eb9bb
commit
4d9d9d39b0
@ -140,6 +140,36 @@ prosody_muc_expiration_description: |
|
||||
<li><b>never</b>: the content will never expire, and will be kept forever.</li>
|
||||
</ul>
|
||||
|
||||
prosody_room_allow_s2s_label: "Enable connection to room using external XMPP accounts"
|
||||
prosody_room_allow_s2s_description: |
|
||||
By enabling this option, it will be possible to connect to rooms using external XMPP accounts and XMPP clients.<br>
|
||||
Warning, enabling this option can request extra server and DNS configuration.
|
||||
Please refer to the documentation:
|
||||
<a href="https://johnxlivingston.github.io/peertube-plugin-livechat/documentation/admin/advanced/xmpp_clients/" target="_blank">
|
||||
Enable external XMPP account connections.
|
||||
</a>
|
||||
|
||||
prosody_s2s_port_label: "Prosody server to server port"
|
||||
prosody_s2s_port_description: |
|
||||
The port that will be used for XMPP s2s (server to server) connections.<br>
|
||||
You should use the standard 5269 port.
|
||||
Otherwise you should <a href="https://prosody.im/doc/s2s">
|
||||
setup a specific DNS record
|
||||
</a>.
|
||||
|
||||
prosody_s2s_interfaces_label: "Server to server network interfaces"
|
||||
prosody_s2s_interfaces_description: |
|
||||
The network interfaces to listen on for server to server connections.<br>
|
||||
List of IP to listen on, coma separated (spaces will be stripped).<br>
|
||||
You can use «*» to listen on all IPv4 interfaces, and «::» for all IPv6.<br>
|
||||
Examples:
|
||||
<ul>
|
||||
<li>*, ::</li>
|
||||
<li>*</li>
|
||||
<li>127.0.0.1, ::1</li>
|
||||
<li>172.18.0.42</li>
|
||||
</ul>
|
||||
|
||||
prosody_c2s_label: "Enable client to server connections"
|
||||
prosody_c2s_description: |
|
||||
Enable XMPP clients to connect to the built-in Prosody server.<br>
|
||||
|
Reference in New Issue
Block a user