Module matrix

Module matrix 

Source
Expand description

Matrix Endpoint and EndpointConfig implementation

[[server.endpoint]]
type = "matrix"
home_server = "example.com"
username = "test1"
password = "password"
session_store_path = '/path/to/session/store/matrix_store'
recovery_passphrase = "recovery_passphrase"


[[server.endpoint.room]]
room = "#matrix-room:example.com"
notifications = ["notification_id1"]

[[server.endpoint.room]]
room = "#another-room:example.com"
notifications = ["notification_id2"]

Structsยง

MatrixEndpoint
Data structure to represent the Matrix Endpoint.
MatrixRoom
Data structure to represent a Matrix room.