XMPP client connection WIP:

Adding an option in the «share chat» dialog to display the XMPP room
address.
This commit is contained in:
John Livingston
2023-04-10 18:21:32 +02:00
committed by John Livingston
parent 4d9d9d39b0
commit 4a28991497
14 changed files with 191 additions and 47 deletions

View File

@ -307,7 +307,7 @@ Please read
label: loc('prosody_room_allow_s2s_label'),
type: 'input-checkbox',
default: false,
private: true,
private: false,
descriptionHTML: loc('prosody_room_allow_s2s_description')
})