mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-02-17 03:23:08 +00:00
chore: update doc
This commit is contained in:
parent
ea7ef83898
commit
00f1b42288
@ -1,6 +1,6 @@
|
||||
# Chat Protobuf Definitionss
|
||||
|
||||
This repository contains the canonical **protobuf definitions** for the WAP (Waku Application Protocol) used by LibChat and related components.
|
||||
This repository contains the canonical **protobuf definitions** for the logoschat (Logos Chat Protocol) used by LibChat and related components.
|
||||
|
||||
It is **schema-only**:
|
||||
- No application logic
|
||||
@ -51,7 +51,7 @@ chat-proto = { git = "https://github.com/logos-messaging/chat_proto" }
|
||||
|
||||
Example import:
|
||||
```
|
||||
use chat_proto::wap::{
|
||||
use chat_proto::logoschat::{
|
||||
inbox::InboxV1Frame,
|
||||
invite::InvitePrivateV1,
|
||||
encryption::EncryptedPayload,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user