- mod_carbons
- mod_csi
- mod_man
- mod_websocket
* debian/control:
we want prosody 0.11 version
remove ngcp-system-tools from dependences, not called
since removal of postinst
remove modules merged upstream from description
Change-Id: I83f5fd48ba17fe4c91763177fed7dee69ca02db1
This package needs modifications to adapt to the versions in Debian buster
(0.11), it is unknown if it works in 0.10, so to be on the safe side change the
dependency to the known version in which it works.
Change-Id: I4441732fe98c3951a259a2a2b3dfdc482db20bd1
This reverts commit 039086e505.
The are modules not adapted for the new version of prosody shipping with buster
(0.11), so we have to keep using prosody 0.9 from stretch until this is sorted
out.
Thus reverting the commit, with a minor adaptation for another change that
creates a conflict (switching dependencies from debhelper>=10 to
debhelper-compat=12).
Change-Id: I6abd1e81dd432f4f1033c85490a232f0a0675412
The prosody version in Debian/buster already provides module,
we're trying to ship here.
Therefore failing to install e.g. with:
| trying to overwrite '/usr/lib/prosody/modules/mod_mam/fallback_archive.lib.lua', which is also in package prosody 0.10.2-1
Install the conflicting modules only on Debian 9, AKA stretch.
Change-Id: I4535b8c2963f40d5b2093922e6050404855b5004
- Bump Standards-Version to 3.9.8.
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Canonicalize Homepage URL.
- Add a debian/.gitignore file.
Change-Id: I0df02c5252fc686c7c40808aa0dcb69636a8af86
* migrate from files to dirs as upstream
* refresh debian/control list of modules
* refresh mod_auth_sql.patch
* update_plugins.sh for automate the process
* keep the list of prosody modules at
prosody-modules.list file
* keep the upstream mercurial revision at
prosody-modules.revision file
Change-Id: Id4a0a2c4e88dae64641270ee79c6ee206f5bb695
mod_lastactivity is not doing the work. Implemented as last activity
is last change of presence or last message sent
MT#11387 while at it move ngcp-system-tools Pre-Depends
to Depends to make piuparts happy
Change-Id: Ic2f29017c27b3ef3e4f4f9377f17d050de218b90
This allows for searching for denormalized phone numbers via
Jabber Search, and the module will use the rewrite rules of
the searching user to normalize to E164. Using this number, the
subscriber is looked up in dbaliases table and is returned as JID.
Needs review, especially regarding:
* package name (is 'ngcp-prosody-modules' OK?)
* package description in debian/control
* copyright information in debian/copyright (replace TODO placeholders)
* install path (/usr/lib/prosody/modules/*.lua)