mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 00:35:02 -05:00
XEP-0104: Fix examples by adding missing 'http:' prefix
This commit is contained in:
parent
2efb37a0ee
commit
9bc8d2b1f1
10
xep-0104.xml
10
xep-0104.xml
@ -29,6 +29,12 @@
|
||||
<email>linuxwolf@outer-planes.net</email>
|
||||
<jid>linuxwolf@outer-planes.net</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.3.1</version>
|
||||
<date>2020-12-30</date>
|
||||
<initials>ps</initials>
|
||||
<remark>Add missing 'http:' prefix in example elements</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.3</version>
|
||||
<date>2004-01-20</date>
|
||||
@ -82,8 +88,8 @@
|
||||
target='http://www.jabber.org/members/index.php'>
|
||||
<http:auth scheme='basic'>
|
||||
<http:auth-param name='realm' value='www.jabber.org'/>
|
||||
<auth-param name='username' value='defaultuser'/>
|
||||
<auth-param name='password' value='defaultpwd'/>
|
||||
<http:auth-param name='username' value='defaultuser'/>
|
||||
<http:auth-param name='password' value='defaultpwd'/>
|
||||
</http:auth>
|
||||
</url-data>
|
||||
</message>
|
||||
|
Loading…
Reference in New Issue
Block a user