diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-05-06 13:37:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 13:37:18 +0200 |
commit | 1773d7ff2d5b3463ac65fe0d9773ce6239528390 (patch) | |
tree | 8647345d41d99551f72e6598f1dbab2f40188175 /doc | |
parent | 95fe21015d295632c45c40cabffebd7509eab7b6 (diff) |
Add support for Mastodon, Bluesky and (FB-)Threads (#2418)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 7d77214d9..dc4f08d4e 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -760,3 +760,30 @@ References: `RFC <https://datatracker.ietf.org/doc/html/rfc5036>`_ KNXnet/IP is a building automation protocol that enables the exchange of data and control information over IP networks, extending the KNX standard for home and building automation. References: `Paid Specs: <https://webstore.ansi.org/standards/ds/dsiso225102019>`_ + + +.. _Proto 411: + +`NDPI_PROTOCOL_BLUESKY` +====================== +Bluesky, also known as Bluesky Social, is a decentralized microblogging social platform. + +References: `Main site: <https://bsky.app/>`_ + + +.. _Proto 412: + +`NDPI_PROTOCOL_MASTODON` +======================= +Mastodon is free and open-source software for running self-hosted social networking services. It has microblogging features similar to Twitter. + +References: `Main site: <https://joinmastodon.org/>`_ + + +.. _Proto 413: + +`NDPI_PROTOCOL_THREADS` +====================== +Threads is an online social media and social networking service operated by Meta Platforms. + +References: `Main site: <https://www.threads.net>`_ |