Xmpp_unix
type options = {
port : int;
disable_ssl : bool;
}
val default_options : options
module Client : Xmpp.Client.S with type transport_options = options