package mqtt

  1. Overview
  2. Docs

Source file Mqtt_core.ml

1
2
type credentials = Credentials of string * string | Username of string
type qos = Atmost_once | Atleast_once | Exactly_once