File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ In order to use this library, you need to have a free account on <http://pusher.
27
27
- [ Getting Information For A Specific Channel] ( #getting-information-for-a-specific-channel )
28
28
- [ Getting User Information For A Presence Channel] ( #getting-user-information-for-a-presence-channel )
29
29
- [ Authenticating Channel Subscription] ( #authenticating-channel-subscription )
30
- - [ End-to-end Encryption (Beta) ] ( #end-to-end-encryption-beta )
30
+ - [ End-to-end Encryption] ( #end-to-end-encryption )
31
31
- [ Receiving Webhooks] ( #receiving-webhooks )
32
32
- [ Request Library Configuration] ( #request-library-configuration )
33
33
- [ Google App Engine] ( #google-app-engine )
@@ -286,7 +286,7 @@ auth = pusher_client.authenticate(
286
286
# return `auth` as a response
287
287
```
288
288
289
- ## End to End Encryption (Beta)
289
+ ## End to End Encryption
290
290
291
291
This library supports end to end encryption of your private channels. This
292
292
means that only you and your connected clients will be able to read your
You can’t perform that action at this time.
0 commit comments