mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
corrected name of SCRAM mechanism
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4252 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
a55d78dc27
commit
093733cc3b
@ -121,7 +121,7 @@ Content-Length: 674
|
|||||||
xmlns:stream='http://etherx.jabber.org/streams'>
|
xmlns:stream='http://etherx.jabber.org/streams'>
|
||||||
<stream:features>
|
<stream:features>
|
||||||
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
|
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
|
||||||
<mechanism>SCRAM</mechanism>
|
<mechanism>SCRAM-SHA-1</mechanism>
|
||||||
<mechanism>PLAIN</mechanism>
|
<mechanism>PLAIN</mechanism>
|
||||||
</mechanisms>
|
</mechanisms>
|
||||||
</stream:features>
|
</stream:features>
|
||||||
@ -140,7 +140,7 @@ Content-Length: 483
|
|||||||
xmlns:stream='http://etherx.jabber.org/streams'>
|
xmlns:stream='http://etherx.jabber.org/streams'>
|
||||||
<stream:features>
|
<stream:features>
|
||||||
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
|
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
|
||||||
<mechanism>SCRAM</mechanism>
|
<mechanism>SCRAM-SHA-1</mechanism>
|
||||||
<mechanism>PLAIN</mechanism>
|
<mechanism>PLAIN</mechanism>
|
||||||
</mechanisms>
|
</mechanisms>
|
||||||
</stream:features>
|
</stream:features>
|
||||||
@ -163,7 +163,7 @@ Content-Length: 172
|
|||||||
<body rid='1573741821'
|
<body rid='1573741821'
|
||||||
sid='SomeSID'
|
sid='SomeSID'
|
||||||
xmlns='http://jabber.org/protocol/httpbind'>
|
xmlns='http://jabber.org/protocol/httpbind'>
|
||||||
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='SCRAM'/>
|
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='SCRAM-SHA-1'/>
|
||||||
</body>
|
</body>
|
||||||
]]></example>
|
]]></example>
|
||||||
<example caption="SASL authentication step 2">
|
<example caption="SASL authentication step 2">
|
||||||
|
Loading…
Reference in New Issue
Block a user