mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-26 15:41:52 -05:00
Fix errors in bind2/sasl2 examples
This commit is contained in:
parent
ca6c983db1
commit
887fe8dde5
@ -585,7 +585,7 @@
|
|||||||
<authentication xmlns="urn:xmpp:sasl:2">
|
<authentication xmlns="urn:xmpp:sasl:2">
|
||||||
<mechanism>SCRAM-SHA-1</mechanism>
|
<mechanism>SCRAM-SHA-1</mechanism>
|
||||||
<inline>
|
<inline>
|
||||||
<enable xmlns="urn:xmpp:sm:3"/>
|
<sm xmlns="urn:xmpp:sm:3"/>
|
||||||
<bind xmlns="urn:xmpp:bind2:1">
|
<bind xmlns="urn:xmpp:bind2:1">
|
||||||
<feature var='urn:xmpp:sm:3'/>
|
<feature var='urn:xmpp:sm:3'/>
|
||||||
</bind>
|
</bind>
|
||||||
@ -597,7 +597,7 @@
|
|||||||
<authenticate xmlns='urn:xmpp:sasl:2' mechanism='SCRAM-SHA-1'>
|
<authenticate xmlns='urn:xmpp:sasl:2' mechanism='SCRAM-SHA-1'>
|
||||||
<initial-response>[base64 encoded SASL data]</initial-response>
|
<initial-response>[base64 encoded SASL data]</initial-response>
|
||||||
<resume xmlns="urn:xmpp:sm:3" h="some-sequence-number" previd="some-long-sm-id"/>
|
<resume xmlns="urn:xmpp:sm:3" h="some-sequence-number" previd="some-long-sm-id"/>
|
||||||
<bind xmlns="urn:xmpp:bind:0">
|
<bind xmlns="urn:xmpp:bind2:1">
|
||||||
<tag>AwesomeXMPP</tag>
|
<tag>AwesomeXMPP</tag>
|
||||||
<enable xmlns="urn:xmpp:sm:3"/>
|
<enable xmlns="urn:xmpp:sm:3"/>
|
||||||
</bind>
|
</bind>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user