mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
28 lines
693 B
Plaintext
28 lines
693 B
Plaintext
<form_type>
|
|
<name>http://jabber.org/protocol/pubsub#subscribe_authorization</name>
|
|
<doc>XEP-0060</doc>
|
|
<desc>Forms enabling authorization of subscriptions to pubsub nodes</desc>
|
|
<field
|
|
var='pubsub#allow'
|
|
type='boolean'
|
|
label='Allow this Jabber ID to subscribe to this pubsub node?'/>
|
|
<field
|
|
var='pubsub#node'
|
|
type='text-single'
|
|
label='Node ID'/>
|
|
<field
|
|
var='pubsub#subscriber_jid'
|
|
type='jid-single'
|
|
label='Subscriber Address'/>
|
|
<field
|
|
var='pubsub#subid'
|
|
type='text-single'
|
|
label='The subscription identifier associated with the subscription request'/>
|
|
</form_type>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: xml
|
|
End:
|
|
-->
|