Xmpp_roster
This module implements XMPP roster and subscription management as specified in RFC 6121.
module type S = sig ... end
module Make (Client : Xmpp.Client.S) : S with type client = Client.t