Chat-O-Matic/protocols/matrix/Matrix.h
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

13 lines
290 B
C

/*
* Copyright 2021, Jaidyn Levesque <jadedctrl@teknik.io>
* All rights reserved. Distributed under the terms of the MIT license.
*/
#ifndef _MATRIX_H
#define _MATRIX_H
#define MATRIX_SIGNATURE "application/x-vnd.chat-o-matic.matrix"
#define MATRIX_ADDON "matrix"
#endif // _MATRIX_H