Lines Matching full:clients

41 # length client id or not. This option only affects clients using MQTT v3.1.1
42 # and later. If set to false, clients connecting with a zero length client id
43 # are disconnected. If set to true, clients will be allocated a client id by
44 # the broker. This means it is only useful for clients with clean session set
75 # For MQTT v5 clients, it is possible to have the server send a "server
80 # that clients may only connect with keepalive less than or equal to this
82 # max_keepalive. This only applies to MQTT v5 clients. The default, and maximum
85 # Set to 0 to allow clients to set keepalive = 0, which means no keepalive
90 # For MQTT v3.1.1 and v3.1 clients, there is no mechanism to tell the client
97 # For MQTT v5 clients, it is possible to have the server send a "maximum packet
103 # to all clients regardless of the protocol version they are using, but v3.1.1
104 # and earlier clients will of course not have received the maximum packet size
117 # Set the maximum QoS supported. Clients publishing at a QoS higher than
144 # This option allows the session of persistent clients (those with clean
149 # Badly designed clients may set clean session to false whilst using a randomly
150 # generated client id. This leads to persistent clients that connect once and
151 # never reconnect. This option allows these clients to be removed. This option
152 # allows persistent clients (those with clean session set to false) to be
162 # The default if not set is to never expire persistent clients.
275 # to all topics for any clients connected to this listener. This prefixing only
383 # acts as an identifier for this listener. The hint is sent to clients and may
517 # If set, only clients that have a matching prefix on their
519 # all clients may connect.
524 # Boolean value that determines whether clients that connect
578 # The first set of topics are applied to anonymous clients, assuming
824 # for brokers to tell clients that they do not support retained messages, but