diff options
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 4586ff41c..b6e2b6507 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -540,3 +540,12 @@ References: `Main site <https://www.ea.com/>`_ Notes: - Almost all of that traffic is related to their EA Origin game store. + + +.. _Proto 390: + +`NDPI_PROTOCOL_STOMP` +======================== +STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers. Supported in ActiveMQ and RabbitMQ. + +References: `Protocol Specs: <https://stomp.github.io/stomp-specification-1.2.html>`_ |