summaryrefslogtreecommitdiff
path: root/src/jlib.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/jlib.hrl')
-rw-r--r--src/jlib.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jlib.hrl b/src/jlib.hrl
index 4497ec94..e930a7e5 100644
--- a/src/jlib.hrl
+++ b/src/jlib.hrl
@@ -143,3 +143,8 @@
-record(jid, {user, server, resource,
luser, lserver, lresource}).
+-record(iq, {id = "",
+ type,
+ xmlns = "",
+ sub_el}).
+