matrixprotofiles

A Repo containing .proto files for the matrix protocol. Used in https://github.com/MTRNord/MatrixProtoBuf
git clone git://archive.git.mtrnord.blog/Nordgedanken/matrixprotofiles.git
Log | Files | Refs | README | LICENSE

commit 5e5d609768227d403190cbca3c6b1d0314e492bf
parent c9553436feb46eb4156d23e905481de9adaca8cc
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Wed, 29 Nov 2017 17:39:05 +0100

Update server.proto
Diffstat:
Mfederation/server.proto | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/federation/server.proto b/federation/server.proto @@ -40,9 +40,9 @@ message OldVerifyKey { } message Signature { - required server_name = 1; - required type = 2; - required signature = 3; + required string server_name = 1; + required string type = 2; + required string signature = 3; } message TlsFingerprint {