Mercurial > prosody-modules
view mod_cloud_notify_extensions/README.markdown @ 5229:c24a622a7b85
mod_http_oauth2: Fix appending of query parts in error redirects
Looks like this meant to check whether the redirect_uri has a ?query
part, but forgot to inspect the field for this in the returned table.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Mar 2023 11:54:30 +0100 |
parents | 5f1120c284c5 |
children | fed5995180c5 |
line wrap: on
line source
--- summary: "Tigase custom push extensions for iOS" labels: - 'Stage-Beta' rockspec: dependencies: - mod_cloud_notify_encrypted - mod_cloud_notify_priority_tag - mod_cloud_notify_filters ... Introduction ============ This is a meta-module that simply enables all the modules required to support Siskin or Snikket iOS on a Prosody server. These are currently: - mod_cloud_notify_encrypted - mod_cloud_notify_priority_tag - mod_cloud_notify_filters See the individual module pages for more details. In particular, mod_cloud_notify_encrypted depends on [luaossl](http://25thandclement.com/~william/projects/luaossl.html), which must be installed. It is available in Debian via apt as [`lua-luaossl`](https://tracker.debian.org/pkg/lua-luaossl) or via `luarocks install luaossl`. Note: On MUC services you should also load mod_muc_offline_delivery directly under the MUC component in your config file, that is not handled by this module. Configuration ============= There is no configuration for this module, just add it to modules\_enabled as normal. Compatibility ============= ----- ------- 0.12 Works ----- ------- 0.11 Should work ----- ------- trunk Works ----- -------