package erm_xmpp

  1. Overview
  2. Docs

Parameters

module X : XMPP.S

Signature

val ns_last : string option
type t = {
  1. seconds : int;
  2. reason : string;
}
val encode : ?reason:Xml.cdata -> int -> Xml.element
val decode : Xml.element -> t option
val make_iq_get : unit -> Xml.element