Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b98413e

Browse files
committedApr 8, 2020
Add beta notices to private encrypted channels
1 parent 7c202e3 commit b98413e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This README covers the following topics:
3131
- [Subscribing to channels](#subscribing-to-channels)
3232
- [Public channels](#public-channels)
3333
- [Private channels](#private-channels)
34-
- [Private encrypted channels](#private-encrypted-channels)
34+
- [Private encrypted channels [BETA]](#private-encrypted-channels)
3535
- [Presence channels](#presence-channels)
3636
- [The User object](#the-user-object)
3737
- [Binding and handling events](#binding-and-handling-events)
@@ -273,7 +273,7 @@ PrivateChannel channel = pusher.subscribePrivate("private-channel",
273273
});
274274
```
275275

276-
### Private encrypted channels
276+
### Private encrypted channels [BETA]
277277

278278
Similar to Private channels, you can also subscribe to a
279279
[private encrypted channel](https://pusher.com/docs/channels/using_channels/encrypted-channels).

‎src/main/java/com/pusher/client/example/PrivateEncryptedChannelExampleApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import com.pusher.client.util.HttpAuthorizer;
1111

1212
/*
13-
This app demonstrates how to use Private Encrypted Channels.
13+
This app demonstrates how to use Private Encrypted Channels [BETA].
1414
1515
Please ensure you update this relevant parts below with your Pusher credentials before running.
1616
and ensure you have set up an authorization endpoint with end to end encryption. Your Pusher credentials

0 commit comments

Comments
 (0)
Please sign in to comment.