diff --git a/presence.go b/presence.go index fb08df91..f3d8b5e0 100644 --- a/presence.go +++ b/presence.go @@ -22,6 +22,6 @@ type PresenceManager interface { // (touched) after some configured time interval. AddPresence(ch string, clientID string, info *ClientInfo) error // RemovePresence removes presence information for connection - // with specified identifier. + // with specified client and user identifiers. RemovePresence(ch string, clientID string, userID string) error }