diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mam_query.hrl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/mam_query.hrl b/include/mam_query.hrl new file mode 100644 index 000000000..4ec48c05e --- /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()]. |