Prosody mode only:

Removing old modes (ConverseJS and External URI).
Work in progress.
This commit is contained in:
John Livingston
2022-10-10 18:08:20 +02:00
parent e2ec66bf37
commit 7906ddf625
20 changed files with 98 additions and 572 deletions

View File

@ -46,7 +46,7 @@ export async function diagVideo (test: string, { settingsManager }: RegisterServ
}
if (atLeastOne) {
result.ok = true
result.next = 'webchat-type'
result.next = 'prosody'
} else {
result.ok = false
result.messages.push('Chat is activate for no video.')