Skip to content

Commit 735bdf1

Browse files
authored
Update README.md
1 parent 6654bc7 commit 735bdf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The 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.
7474
To enable [downgrade protection for SCRAM](https://xmpp.org/extensions/xep-0474.html), you'll need to pass
7575
the 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(

0 commit comments

Comments
 (0)