Matthew Wild
860e165c3b
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
2018-08-01 19:08:09 +01:00
Kim Alvefur
9ebd0d4487
mod_pep_plus: Fix boolean logic precedence (thanks Link Mauve)
...
In case of 'from' subscription to a JID without node, eg a component,
the condition becomes true and update_subscriptions() is called with
contact_node = nil, which causes a traceback.
2018-07-29 18:34:38 +02:00
Kim Alvefur
334655c459
mod_pep_plus: Include an empty set of subscribers (fixes traceback)
2018-07-13 03:27:04 +02:00
Kim Alvefur
8304cba0c5
mod_pep_plus: Don't save subscriptions since they are normally session based and transient
2018-07-13 01:14:31 +02:00
Kim Alvefur
a2755285b0
mod_pep_plus: Use service discovery helpers from pubsub.lib
2018-07-06 17:59:39 +02:00
Kim Alvefur
02a62c8e34
mod_pep_plus: Support persistence of node configuration
2018-07-01 03:43:14 +02:00
Emmanuel Gil Peyrot
f6c0bff75f
mod_pep_plus: Prevent nil from being added as a child on item deletion.
2018-06-08 23:03:34 +02:00
Kim Alvefur
cab3f5abe5
mod_pep_plus: Skip getting PEP service instance for sessions that have not touched PEP
2018-04-11 15:52:13 +02:00
Kim Alvefur
3ec060fc0c
Fix spelling throughout the codebase [codespell]
2018-02-04 01:51:25 +01:00
Kim Alvefur
479ea4dd26
mod_pep_plus: Validate items here too (thanks Link Mauve)
2018-03-25 23:30:14 +02:00
Kim Alvefur
30bb916e56
mod_pep_plus: Broadcast only the last item (thanks lovetox)
2017-11-07 02:32:45 +01:00
Emmanuel Gil Peyrot
48726b9585
mod_pep_plus: Fix a typo.
2017-10-18 11:43:07 +01:00
Kim Alvefur
8e69673305
mod_pep_plus: Use feature detection from pubsub.lib
2017-10-18 09:43:43 +02:00
Kim Alvefur
1fc4aa1192
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]
2017-10-18 09:24:35 +02:00
Kim Alvefur
68be29702f
mod_pep_plus: Use dispatch function from pubsub.lib
2017-10-18 07:47:00 +02:00
Kim Alvefur
54944ff807
pubsub: Distinguish internal representation of node config from XEP-0060 form (util.pubsub should be protocol-agnostic)
2017-10-17 05:47:06 +02:00
Kim Alvefur
a416b20494
mod_pep_plus: Advertise additional features not covered by inspection of pubsub service methods
2017-10-17 05:30:09 +02:00
Kim Alvefur
9f06572f33
mod_pep_plus: Fix feature mapping here too (see 29ef191c7bf9)
2017-10-17 20:50:59 +02:00
Kim Alvefur
9f3c47fb9f
mod_pep_plus: Advertise nodes with the correct JID (missed in ec605946e597) (thanks lovetox)
2017-10-13 19:55:33 +02:00
Kim Alvefur
bfd1f93fbf
mod_pep_plus: Make node persistence configurable via pubsub#persist_items
2017-10-12 01:37:35 +02:00
Kim Alvefur
5d5432daf7
mod_pep_plus: Advertise pubsub features in disco#info (code adapted from mod_pubsub)
2017-10-12 01:34:32 +02:00
Kim Alvefur
25b5ef2889
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage
2017-10-12 01:31:08 +02:00
Kim Alvefur
de4181c741
mod_pep_plus: Add missing variable
2017-10-09 13:45:53 +02:00
Kim Alvefur
83b02383f6
mod_pep_plus: Update subscriptions for other local users only
2017-10-09 00:11:11 +02:00
Kim Alvefur
85cfe97696
mod_pep_plus: Keep track of nodes, and restore them when later
2017-10-08 23:59:13 +02:00
Kim Alvefur
85d9a52317
mod_pep_plus: Use local username instead of bare JID for references
2017-10-08 23:49:49 +02:00
Kim Alvefur
bed081dc63
mod_pep_plus: Skip over roster metadata (version, pending) entry
2017-10-09 00:05:18 +02:00
Kim Alvefur
15e6420834
mod_pep_plus: Rename variable for clarity
2017-10-08 23:42:55 +02:00
Kim Alvefur
b4129893d9
mod_pep_plus, mod_pubsub: Store node content in separate archive stores
2017-10-08 01:56:44 +02:00
Kim Alvefur
d00c4eecc2
mod_pubsub: Pass 'user' to simple_itemstore
2017-04-26 12:09:58 +02:00
Emmanuel Gil Peyrot
e22bd6c0ef
mod_pep_plus: Add item persistency.
2017-04-15 09:35:33 +01:00
Emmanuel Gil Peyrot
33e5314de0
mod_pep_plus: Fix all of the warnings [luacheck]
2017-04-15 01:26:19 +01:00
Kim Alvefur
16c34e7fd4
mod_pep_plus: Remove config form, it moved into pubsub.lib
2014-09-28 03:07:46 +02:00
Kim Alvefur
c36bde7291
mod_pep_plus: Default to max one item per node (Recomended for PEP)
2014-09-28 02:00:44 +02:00
Kim Alvefur
a578c75039
mod_pep_plus: Add node config form
2014-09-28 02:00:09 +02:00
Kim Alvefur
865f1b1e8f
mod_pep_plus: Add pubsub service objects to an item list
2014-09-27 19:00:09 +02:00
Kim Alvefur
2cc4b6a6ae
mod_pep_plus: Only broadcast newly added subscriptions
2014-07-08 07:32:45 +02:00
Kim Alvefur
12b7a1141a
mod_pep_plus: Expose get_pep_service()
2014-05-28 21:52:57 +02:00
Florian Zeitz
841a59e0e1
mod_pep_plus: An util.pubsub based PEP module
2013-10-04 18:42:44 +02:00