2021-11-24 11:36:49 +00:00
|
|
|
### Social Platform / Protocol
|
|
|
|
|
|
|
|
Note: Draft - trying to figure out if the platform/protocol list should be a separate file.
|
|
|
|
|
|
|
|
The <social> and <socialInteract> elements both contain a platform and protocol element. This is a list of suitable platforms and protocols
|
|
|
|
|
|
|
|
- `platform` (required): This is the platform id. It can be one of the following:
|
|
|
|
- `protocol` (required): This is the protocol name. It can be one of the following:
|
|
|
|
|
2022-03-12 18:05:29 +00:00
|
|
|
| `platform` | `protocol` |
|
|
|
|
| ---------- | ------------------|
|
|
|
|
| castopod | activitypub |
|
|
|
|
| mastodon | activitypub |
|
|
|
|
| peertube | activitypub |
|
|
|
|
| | xmpp |
|
|
|
|
| | irc |
|
|
|
|
| matrix | matrix |
|
|
|
|
| facebook | facebook |
|
|
|
|
| twitter | twitter |
|
|
|
|
| instagram | instagram |
|
|
|
|
| slack | slack |
|
|
|
|
| discord | discord |
|
2023-08-05 18:39:18 +00:00
|
|
|
| castgarden | hive |
|
2022-03-12 18:05:29 +00:00
|
|
|
| 3speak | hive |
|
|
|
|
| peakd | hive |
|
|
|
|
| fountain | lightningcomments |
|
2021-11-24 11:36:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
- `platform` (required): This is the platform id. It can be one of the following:
|
|
|
|
- castopod
|
|
|
|
- mastodon
|
|
|
|
- peertube
|
|
|
|
- facebook
|
|
|
|
- twitter
|
|
|
|
- instagram
|
|
|
|
- slack
|
|
|
|
- discord
|
2023-08-05 18:39:18 +00:00
|
|
|
- cast.garden
|
2021-11-24 11:36:49 +00:00
|
|
|
- 3speak
|
|
|
|
- peakd.com
|
2022-03-12 18:05:29 +00:00
|
|
|
- fountain
|
2021-11-24 11:36:49 +00:00
|
|
|
- …
|
|
|
|
- `protocol` (required): This is the protocol name. It can be one of the following:
|
|
|
|
- activitypub
|
|
|
|
- xmpp
|
|
|
|
- irc
|
|
|
|
- matrix
|
|
|
|
- facebook
|
|
|
|
- twitter
|
|
|
|
- instagram
|
|
|
|
- slack
|
|
|
|
- discord
|
|
|
|
- hive
|
2022-03-12 18:05:29 +00:00
|
|
|
- lightningcomments (see #347)
|
|
|
|
- …
|