mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Discovery on Account rather than Server;
This commit is contained in:
parent
8a4b7b6e8d
commit
373f1b137e
17
xep-0405.xml
17
xep-0405.xml
@ -38,6 +38,14 @@
|
||||
<shortname>MIX-PAM</shortname>
|
||||
&ksmithisode;
|
||||
&skille;
|
||||
<revision>
|
||||
<version>0.3.0</version>
|
||||
<date>2018-12-11</date>
|
||||
<initials>sek</initials>
|
||||
<remark>
|
||||
Discovery on Account rather than Server;
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.2.1</version>
|
||||
<date>2018-11-03</date>
|
||||
@ -179,19 +187,18 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
||||
</section2>
|
||||
|
||||
|
||||
<section2 topic="Client Determines MIX Capability of Local Server" anchor="user-server-client-capability">
|
||||
<section2 topic="Client Determines MIX Capability of Client's Server" anchor="user-server-client-capability">
|
||||
<p>
|
||||
Servers supporting this specification MUST advertise this to clients. A client wishing to use MIX MUST check for this capability in the local server before using MIX. The capability is represented by the 'urn:xmpp:mix:pam:0' feature.
|
||||
Servers supporting this specification MUST advertise this to clients for which they wish to support this specification. A client wishing to use MIX MUST check for this capability in the local server before using MIX, by verifying support for the client's account. The capability is represented by the 'urn:xmpp:mix:pam:0' feature.
|
||||
</p>
|
||||
<example caption="Client Determines MIX Capability of Local Server"><![CDATA[
|
||||
<example caption="Client Determines MIX Capability for Server Account"><![CDATA[
|
||||
<iq from='hag66@shakespeare.example/UUID-c8y/1573'
|
||||
id='lx09df27'
|
||||
type='get'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||
</iq>
|
||||
|
||||
<iq from='shakespeare.example'
|
||||
id='lx09df27'
|
||||
<iq id='lx09df27'
|
||||
to='hag66@shakespeare.example/UUID-c8y/1573'
|
||||
type='result'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||
|
Loading…
Reference in New Issue
Block a user