diff options
Diffstat (limited to 'portal/portal.mli')
-rw-r--r-- | portal/portal.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portal/portal.mli b/portal/portal.mli index 10b6bc3..52a96ce 100644 --- a/portal/portal.mli +++ b/portal/portal.mli @@ -17,6 +17,7 @@ val domain_to_string : domain -> string [push None] closes the XMPP stream and disconnects the underlying [_socket]. This is how XMPP streams should be ended. *) type t = { + domain : domain; mutable stream : (signal, async) stream; mutable push : (signal, sync) stream option -> unit; mutable _socket : socket; |