Chat-O-Matic/protocols/matrix/matrix.rdef
Jaidyn Ann 604082466e (matrix) Init Matrix protocol
Just the scaffolding of a Matrix protocol using mtxclient: Room-joins
and (unencrypted) messages can be received, but everything's read-only
as yet. More to come!
2021-09-03 03:43:28 -05:00

17 lines
309 B
Plaintext

#include "Matrix.h"
resource app_signature MATRIX_SIGNATURE;
resource app_flags B_BACKGROUND_APP | B_MULTIPLE_LAUNCH;
resource app_version {
major = 0,
middle = 0,
minor = 1,
variety = B_APPV_ALPHA,
internal = 0,
short_info = "Chat-O-Matic Matrix add-on",
long_info = "©2021 Jaidyn Levesque"
};