diff options
Diffstat (limited to 'lib/xml.ml')
-rw-r--r-- | lib/xml.ml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ open Markup +exception InvalidStanza of string + type element = { namespace : string; local_name : string; |
![]() |
index : clombrong/flesh.git | |
XMPP flesh interface for OCaml |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | lib/xml.ml | 2 |
@@ -1,5 +1,7 @@ open Markup +exception InvalidStanza of string + type element = { namespace : string; local_name : string; |