C.4. Matrix Messaging Service

SavaPage can be configured to publish realtime and summary messages to an unencrypted Matrix Room as shown in the table below.

Configuration propertyDescription

system.matrix.enable

Set to Y or N (default) to enable or disable Matrix services.

system.matrix.homeserver

Matrix home server. For example: matrix.org

system.matrix.access-token

Matrix access token.

system.matrix.roomid

ID of the unencrypted Matrix room messages are send to. For example: !CAfJdIOajJsRVhGJfk:matrix.org

system.matrix.publish.enable

Set to Y (default) or N to enable or disable publishing.

system.matrix.publish.html

Set to Y (default) or N to publish in HTML (default) or plain text format.

system.matrix.publish.realtime.enable

Set to Y (default) or N to enable or disable realtime publishing of runtime errors.

system.matrix.publish.realtime.timeslot

An hourly timeslot, within which runtime errors are published, formatted as hour from-to. For example: 8-18 (8 AM till 6 PM). Default: empty (equals to 0-0, 24 hours a day).

system.matrix.publish.summary.enable

Set to Y (default) or N to enable or disable publishing of summaries.

system.matrix.publish.summary.day.enable

Set to Y (default) or N to enable or disable publishing of a daily summary.

system.matrix.publish.summary.day.schedule

Daily summary schedule according to the default Cron Trigger Expression "0 0 8 ? * 3-7". See Matrix Summary Job.

Table C.5. Matrix Messaging Configuration Properties


See Section 4.11.15, “Config Editor” on how to change these properties.

Note

The configuration can be tested in the Admin Web App. See Section 4.11.14.13, “Matrix Messaging”.