aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2020-04-13 23:46:08 +0200
committerGerion Entrup <gerion.entrup@flump.de>2020-04-13 23:46:08 +0200
commitf99ef5acf31ab77e782d581f19d8f21f356d7d33 (patch)
tree925b647869ea296954471e56f93f9aee32eac392
parentnet-im/prosody-modules: add, taken from lua overlay (diff)
downloadgerislay-f99ef5acf31ab77e782d581f19d8f21f356d7d33.tar.gz
gerislay-f99ef5acf31ab77e782d581f19d8f21f356d7d33.tar.bz2
gerislay-f99ef5acf31ab77e782d581f19d8f21f356d7d33.zip
net-im/prosody-modules: add bookmarks2
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
-rw-r--r--net-im/prosody-modules/Manifest4
-rw-r--r--net-im/prosody-modules/metadata.xml1
-rw-r--r--net-im/prosody-modules/prosody-modules-9999.ebuild2
3 files changed, 4 insertions, 3 deletions
diff --git a/net-im/prosody-modules/Manifest b/net-im/prosody-modules/Manifest
index c8c8dff..fd419b7 100644
--- a/net-im/prosody-modules/Manifest
+++ b/net-im/prosody-modules/Manifest
@@ -1,2 +1,2 @@
-EBUILD prosody-modules-9999.ebuild 6860 BLAKE2B fc350976b072b292587672254686f5c81da43946439d41e40e3cb72467aef5c695875afd2663b75fc78351b34a62fb53cc38c708ea71fd3fe1ec875012f49dde SHA512 f32ff7310ee90627566ab6085b256e04105dbb585ff331fa70a79b22f8f4257de8e562f314394e3898a033449197f5cd2e2ac6b9bf0a96652e6ade5b117f9a39
-MISC metadata.xml 72640 BLAKE2B f99c139de9d175293cd74c4b20a2371464d53960b75bc57aa04e5dfaf969ae72be26f978cf9fe88c7dd7019a6bec6fe1bd48547e0edafa7e6ff8a6a843c2d81f SHA512 b99abb57b9653b6fe3efefd13a7038df102b2f8e198873a134e95fc33c2914b03793739be5d3f79cfd52a0b2e278c6ef2613f6de97f8a311cdc4866321e7be59
+EBUILD prosody-modules-9999.ebuild 6871 BLAKE2B cb26b2d419de4a456baa10df6560fb659dd19306ceee1a02944fc2433b621671315c033ded1364d10c007458b25c3da864a551652719fdb137fbc65d6e030d00 SHA512 cb6bfc7799b83d93bdf6991a843810c9e678e7f8cfc3713e0e6cdcfb233b9da718595fd5cb9c670bea4498da00087fb42e3dbcd27f6ab0c7772926ae7c1e8b56
+MISC metadata.xml 73009 BLAKE2B 70e3f88e460c28132eb09eb9b42f4d3104014bb56f5ea2d86c0502a5b5690dd1dc64cde6421a991792ac236cff68d1acb6e69fff41e93614f78154b794ca134e SHA512 b2c2e8efbd1e1c91ad77c31c7d331523067a995934292306135b9eca7a3084dc4239bcf59b17fe7bb1e6f1b774ef499b9885fd21628b19d79ad3ba62f8c53510
diff --git a/net-im/prosody-modules/metadata.xml b/net-im/prosody-modules/metadata.xml
index 5905c4d..fb0d024 100644
--- a/net-im/prosody-modules/metadata.xml
+++ b/net-im/prosody-modules/metadata.xml
@@ -54,6 +54,7 @@ pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<flag name='prosody_modules_blocking'>Privacy lists are a widely implemented protocol for instructing your server on blocking communications with selected users and services. (info: https://modules.prosody.im/mod_blocking)</flag>
<flag name='prosody_modules_bob'>This module extracts cid: URIs (as defined in XEP-0231) from messages, and replies with their content whenever another client asks for the actual data. (info: https://modules.prosody.im/mod_bob)</flag>
<flag name='prosody_modules_bookmarks'>This module fetches users’ bookmarks from Private XML and pushes them to PEP on login, and then redirects any Private XML query to PEP. This allows interop between older clients that use XEP-0048: Bookmarks in its 1.0 version and recent clients which use it in PEP. (info: https://modules.prosody.im/mod_bookmarks)</flag>
+ <flag name='prosody_modules_bookmarks2'>This module fetches users’ bookmarks from Private XML and pushes them to PEP on login, and then redirects any Private XML query to PEP. This allows interop between older clients that use XEP-0048: Bookmarks in its 1.0 version and recent clients which use it in PEP. (info: https://modules.prosody.im/mod_bookmarks2)</flag>
<flag name='prosody_modules_broadcast'>This module largely duplicates the functionality of the standard mod_announce that is included with Prosody. It was developed for compatibility with some clients (e.g. iChat) that do not support ad-hoc commands or sending to JIDs with the format ‘example.com/announce/online’. (info: https://modules.prosody.im/mod_broadcast)</flag>
<flag name='prosody_modules_c2s_conn_throttle'>This module allows to throttle those client connections which exceed a n*seconds limit. (info: https://modules.prosody.im/mod_c2s_conn_throttle)</flag>
<flag name='prosody_modules_c2s_limit_sessions'>This module lets you limit number of resources a user may connect. (info: https://modules.prosody.im/mod_c2s_limit_sessions)</flag>
diff --git a/net-im/prosody-modules/prosody-modules-9999.ebuild b/net-im/prosody-modules/prosody-modules-9999.ebuild
index b98a947..731a429 100644
--- a/net-im/prosody-modules/prosody-modules-9999.ebuild
+++ b/net-im/prosody-modules/prosody-modules-9999.ebuild
@@ -25,7 +25,7 @@ PROSODY_MODULES="
auto_accept_subscriptions auto_activate_hosts auto_answer_disco_info
benchmark_storage bidi block_outgoing block_registrations
block_s2s_subscriptions block_strangers block_subscribes
- block_subscriptions blocking bob bookmarks broadcast c2s_conn_throttle
+ block_subscriptions blocking bob bookmarks bookmarks2 broadcast c2s_conn_throttle
c2s_limit_sessions cache_c2s_caps captcha_registration carbons
carbons_adhoc carbons_copies checkcerts client_certs client_proxy
cloud_notify compact_resource compat_bind compat_dialback