summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-18 13:38:08 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-18 13:38:08 +0300
commitb8dcc911a3b1e3cc05074d9ac4bd8da80b431388 (patch)
tree8f77735d46adff599eccd0ae93b0ad4a5e52520e /include
parentFix IQ result processing (diff)
Make common tests working again
Diffstat (limited to 'include')
-rw-r--r--include/mam_query.hrl13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/mam_query.hrl b/include/mam_query.hrl
new file mode 100644
index 00000000..4ec48c05
--- /dev/null
+++ b/include/mam_query.hrl
@@ -0,0 +1,13 @@
+%% Created automatically by xdata generator (xdata_codec.erl)
+%% Source: mam_query.xdata
+%% Form type: urn:xmpp:mam:1
+%% Document: XEP-0313
+
+
+-type property() :: {'with', jid:jid()} |
+ {'start', erlang:timestamp()} |
+ {'end', erlang:timestamp()} |
+ {'withtext', binary()}.
+-type result() :: [property()].
+
+-type form() :: [property() | xdata_field()].