diff options
Diffstat (limited to 'portal/portal.mli')
-rw-r--r-- | portal/portal.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portal/portal.mli b/portal/portal.mli index dea8b38..b46a00f 100644 --- a/portal/portal.mli +++ b/portal/portal.mli @@ -4,6 +4,8 @@ exception MalformedStanza of location * Error.t type t = (signal, async) stream * ((signal, sync) stream option -> unit) +type socket + (** This is the XML namespace of the underlying element stream. You can rely on it on your code, as an escape hatch, but you should probably not, |