Mercurial > prosody-modules
comparison mod_unified_push/README.md @ 6055:631415831007
mod_unified_push: update testing time and Chapter size
| author | Menel <menel@snikket.de> |
|---|---|
| date | Sun, 08 Dec 2024 09:19:12 +0100 |
| parents | 9ab0d1c75c26 |
| children | 3441cdf73d80 |
comparison
equal
deleted
inserted
replaced
| 6054:b3ba305cf89c | 6055:631415831007 |
|---|---|
| 76 | 76 |
| 77 This module exposes a HTTP endpoint (to receive push notifications from app | 77 This module exposes a HTTP endpoint (to receive push notifications from app |
| 78 servers). For more information on configuring HTTP services in Prosody, see | 78 servers). For more information on configuring HTTP services in Prosody, see |
| 79 [Prosody HTTP documentation](https://prosody.im/doc/http). | 79 [Prosody HTTP documentation](https://prosody.im/doc/http). |
| 80 | 80 |
| 81 ### Example configuration | 81 ## Example configuration |
| 82 | 82 |
| 83 #### Normal method | 83 ### Recommemded: load on Virtualhost(s) |
| 84 | 84 |
| 85 Just add just add `"unified_push"` to your `modules_enabled` option. | 85 Just add just add `"unified_push"` to your `modules_enabled` option. |
| 86 This is the easiest and **recommended** configuration. | 86 This is the easiest and **recommended** configuration. |
| 87 | 87 |
| 88 ``` lua | 88 ``` lua |
| 89 modules_enabled = { | 89 modules_enabled = { |
| 90 --- | 90 -- ... |
| 91 "unified_push"; | 91 "unified_push"; |
| 92 --- | 92 -- ... |
| 93 } | 93 } |
| 94 ``` | 94 ``` |
| 95 | 95 |
| 96 #### Component method | 96 #### Component method |
| 97 | 97 |
| 113 | 113 |
| 114 ## Compatibility | 114 ## Compatibility |
| 115 | 115 |
| 116 Prosody-Version Status | 116 Prosody-Version Status |
| 117 ----------------- ---------------------- | 117 ----------------- ---------------------- |
| 118 trunk Works as of 07.12.22 | 118 trunk Works as of 24-12-08 |
| 119 0.12 Works | 119 0.12 Works |
