Jitsi Well-Known: Add links to the documentation.

This commit is contained in:
SBiOSoftWhare
2020-11-02 15:34:53 +01:00
parent 7d49135623
commit 5f32f6ff89
2 changed files with 3 additions and 1 deletions
@@ -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?
}