mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge commit 'refs/pull/592/head' of https://github.com/xsf/xeps into feature/xep-0401
This commit is contained in:
commit
e5a06eedae
16
xep-0401.xml
16
xep-0401.xml
@ -103,10 +103,10 @@
|
||||
<query xmlns='http://jabber.org/protocol/disco#items'
|
||||
node='http://jabber.org/protocol/commands'>
|
||||
<item jid='example.com'
|
||||
node='invite'
|
||||
node='urn:xmpp:invite#invite'
|
||||
name='Invite user'/>
|
||||
<item jid='example.com'
|
||||
node='create-account'
|
||||
node='urn:xmpp:invite#create-account'
|
||||
name='Create account'/>
|
||||
</query>
|
||||
</iq>
|
||||
@ -125,14 +125,14 @@
|
||||
<example caption="Exceute user invitation command"><![CDATA[
|
||||
<iq type='set' from='romeo@example.com' to='example.com' id='exec1'>
|
||||
<command xmlns='http://jabber.org/protocol/commands'
|
||||
node='invite'
|
||||
node='urn:xmpp:invite#invite'
|
||||
action='execute'/>
|
||||
</iq>
|
||||
]]></example>
|
||||
<example caption="User invitation finished"><![CDATA[
|
||||
<iq type='result' to='romeo@example.com' from='example.com' id='exec2'>
|
||||
<command xmlns='http://jabber.org/protocol/commands'
|
||||
node='invite'
|
||||
node='urn:xmpp:invite#invite'
|
||||
status='completed'>
|
||||
<x xmlns='jabber:x:data' type='result'>
|
||||
<item>
|
||||
@ -240,7 +240,7 @@
|
||||
<example caption="Exceute account creation command"><![CDATA[
|
||||
<iq type='set' from='romeo@example.com' to='example.com' id='exec1'>
|
||||
<command xmlns='http://jabber.org/protocol/commands'
|
||||
node='create-account'
|
||||
node='urn:xmpp:invite#create-account'
|
||||
action='execute'/>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -248,7 +248,7 @@
|
||||
<iq type='result' to='romeo@example.com' from='example.com' id='exec1'>
|
||||
<command xmlns='http://jabber.org/protocol/commands'
|
||||
sessionid='config:20020923T213616Z-700'
|
||||
node='create-account'
|
||||
node='urn:xmpp:invite#create-account'
|
||||
status='executing'>
|
||||
<actions execute='complete'>
|
||||
<complete/>
|
||||
@ -268,7 +268,7 @@
|
||||
<iq type='set' from='romeo@example.com' to='example.com' id='exec2'>
|
||||
<command xmlns='http://jabber.org/protocol/commands'
|
||||
sessionid='config:20020923T213616Z-700'
|
||||
node='create-account'>
|
||||
node='urn:xmpp:invite#create-account'>
|
||||
<x xmlns='jabber:x:data' type='submit'>
|
||||
<field var='username'>
|
||||
<value>juliet</value>
|
||||
@ -281,7 +281,7 @@
|
||||
<iq type='result' to='romeo@example.com' from='example.com' id='exec2'>
|
||||
<command xmlns='http://jabber.org/protocol/commands'
|
||||
sessionid='config:20020923T213616Z-700'
|
||||
node='create-account'
|
||||
node='urn:xmpp:invite#create-account'
|
||||
status='completed'>
|
||||
<x xmlns='jabber:x:data' type='result'>
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user