File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33The PHP SASL Authentification Library.
44
5- [ ![ PHP Version Require] ( http ://poser.pugx.org/fabiang/sasl/require/php)] ( https://packagist.org/packages/fabiang/sasl )
5+ [ ![ PHP Version Require] ( https ://poser.pugx.org/fabiang/sasl/require/php)] ( https://packagist.org/packages/fabiang/sasl )
66[ ![ Latest Stable Version] ( https://poser.pugx.org/fabiang/sasl/v/stable.svg )] ( https://packagist.org/packages/fabiang/sasl )
77[ ![ Total Downloads] ( https://poser.pugx.org/fabiang/sasl/downloads.svg )] ( https://packagist.org/packages/fabiang/sasl )
88[ ![ License] ( https://poser.pugx.org/fabiang/sasl/license.svg )] ( https://packagist.org/packages/fabiang/sasl )
@@ -74,7 +74,7 @@ If the method returns false you should disconnect.
7474To enable [ downgrade protection for SCRAM] ( https://xmpp.org/extensions/xep-0474.html ) , you'll need to pass
7575the allowed authentication mechanisms and channel-binding types via options to the factory:
7676
77- ** Note** : Channel-binding is currently not supported due to limitations of PHP.
77+ ** Note** : Channel-binding is currently not supported [ due to limitations of PHP] ( https://github.com/php/php-src/issues/16766 ) .
7878
7979``` php
8080$mechanism = $factory->factory('SCRAM-SHA-1', array(
You can’t perform that action at this time.
0 commit comments