Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Remove warning about older prosody versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu authored Apr 19, 2020
1 parent 0f91754 commit e015248
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ For example: `plugin_paths = { "/usr/local/lib/mod_push_appserver" }`.
Then add the submodule you need (for example `mod_push_appserver_apns`
or `mod_push_appserver_fcm`) to the enabled modules of a specific virtual host or component.

**Beware:** SNI is only available in upcoming prosody 0.12/trunk, use the same certificate
for all hosts/components (e.g. wildcard certificate or all SANs in one certificate)
if you must use older prosody versions and remove the `ssl` part from this examples.

See this configuration example for [APNS][3] if you want to load the needed submodule as component:
```
Component "push.example.org" "push_appserver_apns"
Expand Down

0 comments on commit e015248

Please sign in to comment.