Skip to content

Commit dd4844d

Browse files
committed
Fix bind2 namespace
XEP-0386 defines it as `urn:xmpp:bind:0`: https://xmpp.org/extensions/xep-0386.html#sect-idm45625558119104
1 parent e2ece70 commit dd4844d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xep-0515.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<!-- Server indicates that XEP-0198 can be negotiated "inline" -->
121121
<enable xmlns='urn:xmpp:sm:3'/>
122122
<!-- Server indicates support for XEP-0386 Bind 2 -->
123-
<bind xmlns='urn:xmpp:bind2:1'/>
123+
<bind xmlns='urn:xmpp:bind:0'/>
124124
</inline>
125125
</authentication>
126126
<!-- Channel-binding information provided by XEP-0440 -->

0 commit comments

Comments
 (0)