diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-20 12:44:48 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-20 12:47:57 +0100 |
commit | fd2b2cf0bc7078090c58bba84b785b4db559b229 (patch) | |
tree | dac14bdfbd6c98cce8d4379d0c95fc035c49abde /doc/protocol.rst | |
parent | 438a6d75952ee54025fc6b546914dee017d95fca (diff) |
command/message: make messages/subscriptions local to the current partition
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r-- | doc/protocol.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index ddecab279..88742f9d2 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -1354,6 +1354,9 @@ additional services. New messages are indicated by the ``message`` idle event. +If your MPD instance has multiple partitions, note that +client-to-client messages are local to the current partition. + :command:`subscribe {NAME}` Subscribe to a channel. The channel is created if it does not exist already. The name may consist of |