diff options
author | Max Kellermann <max@musicpd.org> | 2020-06-10 17:53:03 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-06-10 17:53:03 +0200 |
commit | 66c27d2c137a87683f3ba2582199b1b7ef292dee (patch) | |
tree | 1c29082a10588dcbd14bf23767e02b558da7ad97 /doc | |
parent | c031f9aa5d7a516af488f4cd4d9c22c4dc748439 (diff) | |
parent | d2362b7c31285d7dc0cc5be97d86b3947ca35ee3 (diff) |
Merge branch 'document-idle-neighbor-mount' of git://github.com/naglis/MPD
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 18812bbeb..9d0c170b9 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -415,6 +415,8 @@ Querying :program:`MPD`'s status - ``sticker``: the sticker database has been modified. - ``subscription``: a client has subscribed or unsubscribed to a channel - ``message``: a message was received on a channel this client is subscribed to; this event is only emitted when the queue is empty + - ``neighbor``: a neighbor was found or lost + - ``mount``: the mount list has changed Change events accumulate, even while the connection is not in "idle" mode; no events gets lost while the client is doing |