Module Xmpp_unix

type options = {
port : int;
disable_ssl : bool;
}
val default_options : options