604082466e
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!
13 lines
290 B
C
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
|