mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
Easy Onboarding: true -> y
This commit is contained in:
parent
ef914fbc75
commit
a0e5fa4011
@ -131,7 +131,7 @@
|
|||||||
<x xmlns='jabber:x:data' type='result'>
|
<x xmlns='jabber:x:data' type='result'>
|
||||||
<item>
|
<item>
|
||||||
<field var='uri'>
|
<field var='uri'>
|
||||||
<value>xmpp:inviter@example.com?roster;preauth=TOKEN;ibr=true</value>
|
<value>xmpp:inviter@example.com?roster;preauth=TOKEN;ibr=y</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='landing-url'>
|
<field var='landing-url'>
|
||||||
<value>https://example.com/invite/#TOKEN</value>
|
<value>https://example.com/invite/#TOKEN</value>
|
||||||
@ -148,7 +148,7 @@
|
|||||||
long and generated by a strong random number generator.</p>
|
long and generated by a strong random number generator.</p>
|
||||||
<p>A server MUST provide the <strong>uri</strong> field which contains an
|
<p>A server MUST provide the <strong>uri</strong> field which contains an
|
||||||
XMPP URI of the following format:</p>
|
XMPP URI of the following format:</p>
|
||||||
<code>xmpp:inviter@example.com?roster;preauth=TOKEN;ibr=true</code>
|
<code>xmpp:inviter@example.com?roster;preauth=TOKEN;ibr=y</code>
|
||||||
<p>The <strong>ibr</strong> query component in the XMPP URI indicates that
|
<p>The <strong>ibr</strong> query component in the XMPP URI indicates that
|
||||||
the invitee is allowed to create an account on Romeo's server, using the
|
the invitee is allowed to create an account on Romeo's server, using the
|
||||||
'preauth' token.
|
'preauth' token.
|
||||||
@ -322,7 +322,7 @@
|
|||||||
<p>If the invitee opens the invitation URI and chooses to create a new
|
<p>If the invitee opens the invitation URI and chooses to create a new
|
||||||
account, the client MUST use the inviter's server as default if the
|
account, the client MUST use the inviter's server as default if the
|
||||||
server advertises in-band registration support via the
|
server advertises in-band registration support via the
|
||||||
<strong>ibr=true</strong> query compontent.</p>
|
<strong>ibr=y</strong> query compontent.</p>
|
||||||
</section2>
|
</section2>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Accessibility Considerations' anchor='access'>
|
<section1 topic='Accessibility Considerations' anchor='access'>
|
||||||
@ -362,7 +362,7 @@
|
|||||||
...
|
...
|
||||||
<key>
|
<key>
|
||||||
<name>ibr</name>
|
<name>ibr</name>
|
||||||
<value>true</value>
|
<value>y</value>
|
||||||
<desc>the parameter to indicate that the token allows the invitee to create an account on the inviter's server via in-band registration</desc>
|
<desc>the parameter to indicate that the token allows the invitee to create an account on the inviter's server via in-band registration</desc>
|
||||||
</key>
|
</key>
|
||||||
</querytype>
|
</querytype>
|
||||||
|
Loading…
Reference in New Issue
Block a user