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ยง
- Matrix
Endpoint - Data structure to represent the Matrix
Endpoint
. - Matrix
Room - Data structure to represent a Matrix room.