mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Jitsi Well-Known: Add links to the documentation.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
import Foundation
|
||||
|
||||
/// `JitsiAuthenticationType` represents authentification type supported by a Jitsi server
|
||||
/// See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
|
||||
enum JitsiAuthenticationType: Equatable {
|
||||
case openIDTokenJWT
|
||||
case other(String)
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
/// `JitsiWellKnown` represents configuration specific to a Jitsi domain
|
||||
/// `JitsiWellKnown` represents configuration specific to a Jitsi domain.
|
||||
/// See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification#jitsi-auth-well-known
|
||||
struct JitsiWellKnown {
|
||||
let authenticationType: JitsiAuthenticationType?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user