diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-02 16:01:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 14:01:33 +0100 |
commit | 0f4d9f505429d2644dc291deabfb6da77930e44d (patch) | |
tree | 2f7927ff7473da3378813f1654c468ac717886c2 /doc/protocols.rst | |
parent | 3dbd89eee87dd3b730a1fff6015e0f2f70d01fa4 (diff) |
Remove Google Hangouts/Duo stuff (#2233)
* Remove Google Hangouts/Duo support
* Update protocols.rst
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 1eea05ee2..d4b813017 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -31,6 +31,16 @@ A Remote Procedure Call protocol over HTTP from Microsoft. References: `Protocol Specs: <https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rpch/c0f4c9c5-1a61-4d10-b8e2-005378d1d212`_. + +.. _Proto 201: + +`NDPI_PROTOCOL_GOOGLE_MEET` +==================== +Google Meet is a video conferencing service from Google. + +References: `Main site: <https://meet.google.com/>`_. + + .. _Proto 338: `NDPI_PROTOCOL_SRTP` |