aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--portal/tcp/portal_tcp.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/portal/tcp/portal_tcp.ml b/portal/tcp/portal_tcp.ml
index e7d6455..3f6040d 100644
--- a/portal/tcp/portal_tcp.ml
+++ b/portal/tcp/portal_tcp.ml
@@ -4,6 +4,8 @@ open Markup
type t = (signal, async) stream * ((signal, sync) stream option -> unit)
+let xmlns = "jabber:client"
+
exception MalformedStanza of Markup.location * Markup.Error.t
(** [xmpp_port domain] is the port where [domain]'s XMPP server is hosted.