Diagnostic: check prosody version.

This commit is contained in:
John Livingston
2021-05-02 16:16:19 +02:00
parent e1b08ce025
commit f11fec7c97
3 changed files with 44 additions and 3 deletions

View File

@ -1,8 +1,12 @@
type nextValue = 'backend' | 'webchat-video' | 'webchat-type' | 'prosody' | 'converse' | 'use-uri'
interface MessageWithLevel {
level: 'info' | 'warning' | 'error'
message: string
}
export interface TestResult {
label?: string
messages: string[]
messages: Array<string | MessageWithLevel>
debug: Array<{
title: string
message: string