-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
should have commited more often oops
- Loading branch information
Showing
11 changed files
with
56 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Server-Client API | ||
|
||
The following pages document the server-client API of polyproto. Each file represents a group of | ||
routes, organizing them by their purpose. | ||
|
||
--- | ||
|
||
--8<-- "snippets/api.md" | ||
|
||
--- | ||
|
||
--8<-- "snippets/glossary.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Errors |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Rate limits |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Start | ||
--- | ||
title: Home | ||
--- | ||
|
||
## polyproto | ||
|
||
# polyproto | ||
|
||
Advanced, secure and scalable protocol for federated chat services. | ||
|
||
The core of the protocol lies in the [protocol specification](./specification.md) and in the federation | ||
API routes, which are used to negotiate and establish connections between foreign servers and | ||
clients. | ||
|
||
Theoretically, the polyproto-core federation protocol can be used with a different set of chat-APIs | ||
However, a full implementation of the protocol requires the use of the | ||
polyproto-chat routes. | ||
|
||
!!! info | ||
polyproto provides no chat-interoperability if you do not use the polyproto-chat API. | ||
|
||
--- | ||
|
||
--8<-- "snippets/glossary.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
<!--Do not remove the #--> | ||
# | ||
--8<-- "SPECIFICATION.md" | ||
--- | ||
title: Protocol Specification | ||
--- | ||
|
||
|
||
--8<-- "SPECIFICATION.md" | ||
|
||
--8<-- "snippets/glossary.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
## Glossary | ||
|
||
- **polyproto-core** - The core federation protocol and APIs of polyproto. It is used to establish connections between servers and clients. It is independent of the chat-API used. | ||
- **polyproto-core** - The core federation protocol and APIs of polyproto, enabling identification and authorization on 'foreign' servers. It is independent of the chat-API used. | ||
- **polyproto-chat** - The chat-API used by polyproto. It defines the routes and capabilities of the chat-API used by polyproto. | ||
- **polyproto** - The combination of the polyproto-core and polyproto-chat protocols and APIs. | ||
- **polyproto** - The combination of the polyproto-core and polyproto-chat protocols and APIs. | ||
- **Home server** - The server that a user is registered on. | ||
- **User** - An individual person that is registered on a server. | ||
- **Client** - A device that is used by a user to connect to a server. |
This file was deleted.
Oops, something went wrong.