Xmpp.Client
module type TRANSPORT = sig ... end
A XMPP transport provides following functionalities:
module type S = sig ... end
module Make (Transport : TRANSPORT) : S with type transport = Transport.t and type transport_options = Transport.options
Constructor for a XMPP client