diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-25 20:45:34 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-25 20:45:34 +0200 |
commit | c9749a3d532d0998468b7d2f3622538e8adcdb4d (patch) | |
tree | 029efc71db3bec65881e6ccab26be1123b1970c3 /portal | |
parent | a7e245b50234319b060f1bd63e18bc9a2b2281c8 (diff) |
feat(portal_tcp): add xmlns
Diffstat (limited to 'portal')
-rw-r--r-- | portal/tcp/portal_tcp.ml | 2 |
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. |