mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 15:48:52 -05:00
0.3
This commit is contained in:
parent
617d333d76
commit
946df25d58
35
xep-0267.xml
35
xep-0267.xml
@ -45,6 +45,12 @@
|
|||||||
<email>mwild1@gmail.com</email>
|
<email>mwild1@gmail.com</email>
|
||||||
<jid>mwild1@jaim.at</jid>
|
<jid>mwild1@jaim.at</jid>
|
||||||
</author>
|
</author>
|
||||||
|
<revision>
|
||||||
|
<version>0.3</version>
|
||||||
|
<date>2011-12-12</date>
|
||||||
|
<initials>psa</initials>
|
||||||
|
<remark><p>Updated ad-hoc command with field for the sending server; added XMPP Registrar Considerations.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.2</version>
|
<version>0.2</version>
|
||||||
<date>2011-12-09</date>
|
<date>2011-12-09</date>
|
||||||
@ -122,15 +128,20 @@
|
|||||||
<field type='hidden' var='FORM_TYPE'>
|
<field type='hidden' var='FORM_TYPE'>
|
||||||
<value>http://jabber.org/protocol/admin</value>
|
<value>http://jabber.org/protocol/admin</value>
|
||||||
</field>
|
</field>
|
||||||
<field label='The Jabber ID for the peer server'
|
<field label='The domain name of your server'
|
||||||
type='jid-single'
|
type='jid-single'
|
||||||
var='accountjid'>
|
var='serverjid'>
|
||||||
|
</field>
|
||||||
|
<field label='The domain name of the peer server'
|
||||||
|
type='jid-single'
|
||||||
|
var='peerjid'>
|
||||||
<required/>
|
<required/>
|
||||||
</field>
|
</field>
|
||||||
</x>
|
</x>
|
||||||
</command>
|
</command>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
|
<p>Note: the form includes a field for the domain name of the sending server to support virtual hosting environments.</p>
|
||||||
<example caption='Admin Submits Server Buddy Form to Service'><![CDATA[
|
<example caption='Admin Submits Server Buddy Form to Service'><![CDATA[
|
||||||
<iq from='bard@shakespeare.lit/globe'
|
<iq from='bard@shakespeare.lit/globe'
|
||||||
id='server-buddy-2'
|
id='server-buddy-2'
|
||||||
@ -144,7 +155,10 @@
|
|||||||
<field type='hidden' var='FORM_TYPE'>
|
<field type='hidden' var='FORM_TYPE'>
|
||||||
<value>http://jabber.org/protocol/admin</value>
|
<value>http://jabber.org/protocol/admin</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='accountjid'>
|
<field var='serverjid'>
|
||||||
|
<value>shakespeare.lit</value>
|
||||||
|
</field>
|
||||||
|
<field var='peerjid'>
|
||||||
<value>marlowe.lit</value>
|
<value>marlowe.lit</value>
|
||||||
</field>
|
</field>
|
||||||
</x>
|
</x>
|
||||||
@ -175,7 +189,20 @@
|
|||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='XMPP Registrar Considerations' anchor='reg'>
|
<section1 topic='XMPP Registrar Considerations' anchor='reg'>
|
||||||
<p>This document requires no interaction with the ®ISTRAR;.</p>
|
<section2 topic='Field Standardization' anchor='registrar-formtype'>
|
||||||
|
<p>&xep0068; defines a process for standardizing the fields used within Data Forms scoped by a particular namespace. This registration adds two more reserved fields to the 'http://jabber.org/protocol/admin' namespace defined in XEP-0133.</p>
|
||||||
|
<code caption='Registry Submission'><![CDATA[
|
||||||
|
<form_type>
|
||||||
|
<name>http://jabber.org/protocol/admin</name>
|
||||||
|
<field var='peerjid'
|
||||||
|
type='jid-single'
|
||||||
|
label='The Jabber ID of a peer server'/>
|
||||||
|
<field var='serverjid'
|
||||||
|
type='jid-single'
|
||||||
|
label='The Jabber ID of the server being administered'/>
|
||||||
|
</form_type>
|
||||||
|
]]></code>
|
||||||
|
</section2>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
</xep>
|
</xep>
|
||||||
|
Loading…
Reference in New Issue
Block a user