Xmpp_websocket
type options = {
ws_endpoint : string option;
}
val default_options : options
module Client : Xmpp.Client.S with type transport_options = options