baa0767c26
This commit does a few things: 1) Handle membership updates using protobuf and adds the relevant endpoints. 2) Store in memory a map of chats + contacts for faster lookups, which are then flushed to disk on each update 3) Validate incoming messages Sorry for the large pr, but you know, v1 :) |
||
---|---|---|
.. | ||
README.md | ||
clock.go | ||
clock_test.go | ||
decoder.go | ||
encoder.go | ||
membership_update_message.go | ||
membership_update_message_test.go | ||
message.go | ||
message_test.go | ||
pair_message.go | ||
status_message.go | ||
value_is_zero.go | ||
value_is_zero_1_12.go |
README.md
v1 protocol package folder
This folder contains only data types mentioned in the specification and required for its implementation.