blob: 4774bbb6a2346636b42e49a3b68d7107fc75615f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<stream:stream xmlns:stream='http://etherx.jabber.org/streams'
version='1.0'
from='{domainpart}'
id='.*'
xmlns='jabber:client'>
<stream:features>
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<mechanism>SCRAM-SHA-1</mechanism>
<mechanism>PLAIN</mechanism>
</mechanisms>
<auth xmlns='http://jabber.org/features/iq-auth'/>
</stream:features>
|