diff options
-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 a560f5e..025055f 100644 --- a/portal/portal.mli +++ b/portal/portal.mli @@ -1,5 +1,7 @@ open Markup +exception MalformedStanza of location * Error.t + type t = (signal, async) stream * ((signal, sync) stream option -> unit) (** This is the XML namespace of the underlying element stream. |