Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang authored Nov 23, 2024
1 parent 6654bc7 commit 735bdf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The PHP SASL Authentification Library.

[![PHP Version Require](http://poser.pugx.org/fabiang/sasl/require/php)](https://packagist.org/packages/fabiang/sasl)
[![PHP Version Require](https://poser.pugx.org/fabiang/sasl/require/php)](https://packagist.org/packages/fabiang/sasl)
[![Latest Stable Version](https://poser.pugx.org/fabiang/sasl/v/stable.svg)](https://packagist.org/packages/fabiang/sasl)
[![Total Downloads](https://poser.pugx.org/fabiang/sasl/downloads.svg)](https://packagist.org/packages/fabiang/sasl)
[![License](https://poser.pugx.org/fabiang/sasl/license.svg)](https://packagist.org/packages/fabiang/sasl)
Expand Down Expand Up @@ -74,7 +74,7 @@ If the method returns false you should disconnect.
To enable [downgrade protection for SCRAM](https://xmpp.org/extensions/xep-0474.html), you'll need to pass
the allowed authentication mechanisms and channel-binding types via options to the factory:

**Note**: Channel-binding is currently not supported due to limitations of PHP.
**Note**: Channel-binding is currently not supported [due to limitations of PHP](https://github.com/php/php-src/issues/16766).

```php
$mechanism = $factory->factory('SCRAM-SHA-1', array(
Expand Down

0 comments on commit 735bdf1

Please sign in to comment.