diff options
Diffstat (limited to 'lib/session.ml')
-rw-r--r-- | lib/session.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/session.ml b/lib/session.ml index 1b591b5..5b61346 100644 --- a/lib/session.ml +++ b/lib/session.ml @@ -3,6 +3,8 @@ open Lwt.Infix type state = | Disconnected + | Connecting + | Connected of Portal.t * Stream.features (** [connect domain config] is a promise containing the portal connected to the XMPP server located at [domain], and all its supported features. |