Merge pull request #349 from johnspurlock/patch-5

Add proposed "lightningcomments" protocol
pull/354/merge
Dave Jones 2022-03-16 07:31:46 -05:00 zatwierdzone przez GitHub
commit 84d674a904
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 19 dodań i 16 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ The <social> and <socialInteract> elements both contain a platform and protocol
- `protocol` (required): This is the protocol name. It can be one of the following: - `protocol` (required): This is the protocol name. It can be one of the following:
| `platform` | `protocol` | | `platform` | `protocol` |
| ---------- | ----------- | | ---------- | ------------------|
| castopod | activitypub | | castopod | activitypub |
| mastodon | activitypub | | mastodon | activitypub |
| peertube | activitypub | | peertube | activitypub |
@ -22,6 +22,7 @@ The <social> and <socialInteract> elements both contain a platform and protocol
| discord | discord | | discord | discord |
| 3speak | hive | | 3speak | hive |
| peakd | hive | | peakd | hive |
| fountain | lightningcomments |
- `platform` (required): This is the platform id. It can be one of the following: - `platform` (required): This is the platform id. It can be one of the following:
@ -35,6 +36,7 @@ The <social> and <socialInteract> elements both contain a platform and protocol
- discord - discord
- 3speak - 3speak
- peakd.com - peakd.com
- fountain
- … - …
- `protocol` (required): This is the protocol name. It can be one of the following: - `protocol` (required): This is the protocol name. It can be one of the following:
- activitypub - activitypub
@ -47,4 +49,5 @@ The <social> and <socialInteract> elements both contain a platform and protocol
- slack - slack
- discord - discord
- hive - hive
- lightningcomments (see #347)
- … - …