diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-11-19 13:03:33 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-11-19 13:03:33 +0300 |
commit | 9aff7e52a8ddf9ecb6637a629899ecf0b10e8825 (patch) | |
tree | bf1adfbe0a64ece6fc0c79107eaf9bc3cfaca107 /specs/pubsub_subscribe_options.xdata | |
parent | Fix includes in eunit compilation flags (diff) |
Switch to stand-alone XMPP library
Diffstat (limited to 'specs/pubsub_subscribe_options.xdata')
-rw-r--r-- | specs/pubsub_subscribe_options.xdata | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/specs/pubsub_subscribe_options.xdata b/specs/pubsub_subscribe_options.xdata deleted file mode 100644 index 59b134676..000000000 --- a/specs/pubsub_subscribe_options.xdata +++ /dev/null @@ -1,70 +0,0 @@ -<form_type> - <name>http://jabber.org/protocol/pubsub#subscribe_options</name> - <doc>XEP-0060</doc> - <desc>Forms enabling configuration of subscription options for pubsub nodes</desc> - <field - var='pubsub#deliver' - type='boolean' - label='Whether an entity wants to receive - or disable notifications'/> - <field - var='pubsub#digest' - type='boolean' - label='Whether an entity wants to receive digests - (aggregations) of notifications or all - notifications individually'/> - <field var='pubsub#digest_frequency' - type='text-single' - label='The minimum number of milliseconds between - sending any two notification digests'/> - <field - var='pubsub#expire' - type='text-single' - label='The DateTime at which a leased subscription - will end or has ended'/> - <field - var='pubsub#include_body' - type='boolean' - label='Whether an entity wants to receive an XMPP - message body in addition to the payload - format'/> - <field - var='pubsub#show-values' - type='list-multi' - label='The presence states for which an entity - wants to receive notifications'> - <option label='XMPP Show Value of Away'> - <value>away</value> - </option> - <option label='XMPP Show Value of Chat'> - <value>chat</value> - </option> - <option label='XMPP Show Value of DND (Do Not Disturb)'> - <value>dnd</value> - </option> - <option label='Mere Availability in XMPP (No Show Value)'> - <value>online</value> - </option> - <option label='XMPP Show Value of XA (Extended Away)'> - <value>xa</value> - </option> - </field> - <field var='pubsub#subscription_type' - type='list-single'> - <option label='Receive notification of new items only'> - <value>items</value> - </option> - <option label='Receive notification of new nodes only'> - <value>nodes</value> - </option> - </field> - <field var='pubsub#subscription_depth' - type='list-single'> - <option label='Receive notification from direct child nodes only'> - <value>1</value> - </option> - <option label='Receive notification from all descendent nodes'> - <value>all</value> - </option> - </field> -</form_type> |