aboutsummaryrefslogtreecommitdiff
path: root/include/pubsub_get_pending.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/pubsub_get_pending.hrl')
-rw-r--r--include/pubsub_get_pending.hrl13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/pubsub_get_pending.hrl b/include/pubsub_get_pending.hrl
deleted file mode 100644
index 4ddf9bad0..000000000
--- a/include/pubsub_get_pending.hrl
+++ /dev/null
@@ -1,13 +0,0 @@
-%% Created automatically by xdata generator (xdata_codec.erl)
-%% Source: pubsub_get_pending.xdata
-%% Form type: http://jabber.org/protocol/pubsub#subscribe_authorization
-%% Document: XEP-0060
-
-
--type property() :: {'node', binary()}.
--type result() :: [property()].
-
--type options(T) :: [{binary(), T}].
--type property_with_options() ::
- {'node', binary(), options(binary())}.
--type form() :: [property() | property_with_options() | xdata_field()].