XEP-0379: replace yaxim example with fictitious JuicyXMPP client

This commit is contained in:
Georg Lukas 2017-02-16 10:40:48 +01:00
parent 49e2a2c64a
commit f7ffe3902c
1 changed files with 4 additions and 4 deletions

View File

@ -164,8 +164,8 @@ xmpp:romeo@montague.net?roster;preauth=1tMFqYDdKhfe2pwp;name=Romeo+Montague
Furthermore, the server operator needs to maintain the list of Furthermore, the server operator needs to maintain the list of
recommended clients.</li> recommended clients.</li>
</ol> </ol>
<example caption='Developer-Hosted Landing Page Generated with yaxim'><![CDATA[ <example caption='Developer-Hosted Landing Page Generated with Fictitious JuicyXMPP Client'><![CDATA[
https://yax.im/i/romeo/montague.net/1tMFqYDdKhfe2pwp/Romeo+Montague https://juicyxmpp.example/i/#romeo@montague.net?preauth=1tMFqYDdKhfe2pwp;name=Romeo+Montague
]]></example> ]]></example>
<p>A possible screen representation of the landing page would be:</p> <p>A possible screen representation of the landing page would be:</p>
<div class="example"> <div class="example">
@ -279,8 +279,8 @@ https://yax.im/i/romeo/montague.net/1tMFqYDdKhfe2pwp/Romeo+Montague
handler for cetain URIs. This allows an XMPP client to register for <strong>xmpp:</strong> handler for cetain URIs. This allows an XMPP client to register for <strong>xmpp:</strong>
URIs, but also to redirect handling of cetain HTTP/HTTPS URIs. A mobile URIs, but also to redirect handling of cetain HTTP/HTTPS URIs. A mobile
client SHOULD register for the associated landing page URIs and properly client SHOULD register for the associated landing page URIs and properly
handle the contained invitations. For example, the yaxim client should handle the contained invitations. For example, the JuicyXMPP client should
register a handler for <strong>https://yax.im/i/*</strong>, and present register a handler for <strong>https://juicyxmpp.example/i/*</strong>, and present
the "Add to roster" dialog if such a link is opened. A client MAY register the "Add to roster" dialog if such a link is opened. A client MAY register
for the landing page URIs of other providers after obtaining the for the landing page URIs of other providers after obtaining the
operators' approval. operators' approval.