Extremely WIP cross-signing and SSSS support

This commit is contained in:
Tulir Asokan
2020-09-12 01:59:53 +03:00
parent 5312ce28d0
commit e7c72dcbbf
8 changed files with 520 additions and 33 deletions

View File

@@ -51,6 +51,7 @@ type MatrixContainer interface {
Login(user, password string) error
Logout()
UIAFallback(authType mautrix.AuthType, sessionID string) error
SendPreferencesToMatrix()
PrepareMarkdownMessage(roomID id.RoomID, msgtype event.MessageType, text, html string, relation *Relation) *muksevt.Event