Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_pubsub: Use util.pubsub API for retrieving node config instead | Kim Alvefur | 2018-08-05 | 1 | -9/+3 |
| | | | | | | Normalizes access control to the 'get_configuration' capability Thanks pep. | ||||
* | mod_pubsub: Add 'get_configuration' capability to relevant affiliations | Kim Alvefur | 2018-08-05 | 1 | -0/+2 |
| | | | | | | Like ca5228a7d907 did for mod_pep Thanks pep. | ||||
* | mod_pubsub: Add a public method for retrieving the service object | Kim Alvefur | 2018-08-05 | 1 | -0/+4 |
| | | | | There is already a set_service() | ||||
* | mod_pubsub: Rename variable subscription options form to improve readability | Kim Alvefur | 2018-08-05 | 1 | -4/+4 |
| | | | | "options_form" ... options for what? | ||||
* | pubsub.lib: Support for publish-options behind a feature flag, ↵ | Matthew Wild | 2018-08-05 | 1 | -24/+70 |
| | | | | 'enable_publish_options' | ||||
* | pubsub.lib: Add support for precondition-not-met error | Matthew Wild | 2018-08-04 | 1 | -0/+1 |
| | |||||
* | pubsub.lib: Advertise peristent-items feature when nodes and items are persisted | Matthew Wild | 2018-08-04 | 1 | -0/+4 |
| | |||||
* | mod_pubsub: Add comment to document nodestore/itemstore methods | Matthew Wild | 2018-08-04 | 1 | -0/+14 |
| | |||||
* | mod_pubsub: Advertise default access model in disco | Kim Alvefur | 2018-08-04 | 1 | -0/+4 |
| | |||||
* | mod_pubsub: Restrict access model to 'whitelist' and 'open' | Kim Alvefur | 2018-08-04 | 1 | -0/+3 |
| | | | | | 'presence' and 'roster' makes more sense for PEP 'auithorize' needs additional code for authorization flow | ||||
* | mod_pubsub: Add configurable maximum on number of items | Kim Alvefur | 2018-08-04 | 1 | -0/+9 |
| | | | | Like aefb96a52f5f | ||||
* | mod_pubsub: Add access model to configuration form | Kim Alvefur | 2018-08-04 | 1 | -0/+14 |
| | |||||
* | pubsub.lib: Support for not-acceptable error | Matthew Wild | 2018-08-01 | 1 | -0/+1 |
| | |||||
* | mod_pubsub: Enforce max_items on insertion | Kim Alvefur | 2018-07-31 | 1 | -0/+4 |
| | |||||
* | mod_pubsub: Make generation of notification body into an event to allow ↵ | Kim Alvefur | 2018-07-14 | 1 | -11/+17 |
| | | | | extensibility | ||||
* | mod_pubsub: Skip checks for adding body if no body generated | Kim Alvefur | 2018-07-14 | 1 | -1/+1 |
| | |||||
* | mod_pubsub: Remove unneeded stanza API call | Kim Alvefur | 2018-07-14 | 1 | -1/+0 |
| | |||||
* | mod_pubsub: Add support for changing subscription options | Kim Alvefur | 2018-07-14 | 1 | -0/+30 |
| | |||||
* | mod_pubsub: Add support for retrieving subscription options | Kim Alvefur | 2018-07-14 | 1 | -0/+20 |
| | |||||
* | mod_pubsub: Move include_body option into subscription options | Kim Alvefur | 2018-07-14 | 2 | -15/+17 |
| | |||||
* | mod_pubsub: Revert disco#info part from previous commit | Kim Alvefur | 2018-07-14 | 1 | -1/+4 |
| | |||||
* | mod_pubsub: Refactor translation to/from XEP-0060-specific node ↵ | Kim Alvefur | 2018-07-14 | 1 | -30/+28 |
| | | | | configuration format | ||||
* | mod_pubsub: Add support for modifying subscriptions | Kim Alvefur | 2018-07-13 | 1 | -0/+38 |
| | | | | https://xmpp.org/extensions/xep-0060.html#owner-subscriptions-modify | ||||
* | mod_pubsub: Add support for owner subscription retrieval | Kim Alvefur | 2018-07-13 | 1 | -0/+17 |
| | | | | https://xmpp.org/extensions/xep-0060.html#owner-subscriptions-retrieve | ||||
* | mod_pubsub: Update max_items on resize (fixes #1082) | Kim Alvefur | 2018-07-10 | 1 | -0/+1 |
| | |||||
* | mod_pubsub: Cache only max_items to avoid holding reference to possibly ↵ | Kim Alvefur | 2018-07-10 | 1 | -1/+2 |
| | | | | | | outdated config Only max_items is used anyways | ||||
* | mod_pubsub: Advertise title and description in disco#info | Kim Alvefur | 2018-07-06 | 1 | -0/+22 |
| | |||||
* | mod_pubsub: Move service discovery to pubsub.lib to allow reuse | Kim Alvefur | 2018-07-06 | 2 | -17/+26 |
| | |||||
* | mod_pubsub: Support configurable title and description fields | Kim Alvefur | 2018-07-06 | 1 | -0/+14 |
| | |||||
* | mod_pubsub: Translate missing fields into node config | Kim Alvefur | 2018-07-06 | 1 | -0/+2 |
| | |||||
* | mod_pubsub: Remove feature flag for data persistence since node config is ↵ | Kim Alvefur | 2018-07-01 | 1 | -9/+0 |
| | | | | now persistent | ||||
* | mod_pubsub: Make pubsub.lib aware of internal-server-error condition | Kim Alvefur | 2018-07-01 | 1 | -0/+1 |
| | |||||
* | mod_pubsub: Handle optional item (thanks jonasw) | Kim Alvefur | 2018-06-28 | 1 | -2/+5 |
| | | | | | The ?item? argument is optional, so it needs to handle it not being included, or util.stanza will throw an error in add_child | ||||
* | mod_pubsub: Apply normalization to JIDs retrieved from attributes | Kim Alvefur | 2018-06-26 | 1 | -0/+4 |
| | |||||
* | mod_pubsub: Handle :set_affiliation errors (not completely in line with the XEP) | Kim Alvefur | 2018-06-26 | 1 | -0/+6 |
| | |||||
* | mod_pubsub: Support for setting affiliations (#622) | Kim Alvefur | 2018-06-26 | 1 | -2/+11 |
| | |||||
* | mod_pubsub: Add boilerplate for changing affiliations | Kim Alvefur | 2018-06-26 | 1 | -2/+19 |
| | |||||
* | mod_pubsub: Add the list of affiliations to reply | Kim Alvefur | 2018-06-26 | 1 | -0/+4 |
| | |||||
* | mod_pubsub: Retrieve the node object | Kim Alvefur | 2018-06-26 | 1 | -0/+6 |
| | |||||
* | mod_pubsub: Boilerplate checks for affiliation retrieval | Kim Alvefur | 2018-06-26 | 1 | -1/+17 |
| | |||||
* | mod_pubsub: Add stubs for affiliation handling | Kim Alvefur | 2018-06-26 | 1 | -0/+9 |
| | |||||
* | mod_pubsub: Add support for parsing subscription options form (no options ↵ | Kim Alvefur | 2018-05-23 | 1 | -3/+9 |
| | | | | | | | supported yet) This was actually to silence luacheck warnings options andoptions_tag variables. | ||||
* | mod_pubsup: Ignore unused 'self' argument [luacheck] | Kim Alvefur | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | mod_pubsub: Fix syntax error | Kim Alvefur | 2018-05-23 | 1 | -0/+1 |
| | |||||
* | mod_pubsub: Add support for generation of a plain text <body> from Atom payloads | Kim Alvefur | 2018-05-21 | 2 | -0/+27 |
| | | | | See https://xmpp.org/extensions/xep-0060.html#impl-body | ||||
* | mod_pubsub: Make the 'type' attribute on broadcast messages configurable | Kim Alvefur | 2018-05-21 | 2 | -3/+15 |
| | | | | | This adds support for the pubsub#notification_type field in the node config form. | ||||
* | mod_pubsub: Set an id attribute on outgoing event messages | Kim Alvefur | 2018-05-21 | 1 | -1/+4 |
| | | | | | | | https://xmpp.org/extensions/xep-0060.html#impl-bounce > a pubsub service SHOULD ensure that the <message/> stanza for each > event notification it generates possesses an 'id' attribute with a > value | ||||
* | mod_pubsub: Use moduleapi broadcast method | Kim Alvefur | 2018-05-21 | 1 | -5/+1 |
| | |||||
* | mod_pubsub: Reject publishing of non-items | Kim Alvefur | 2018-03-21 | 1 | -0/+5 |
| | |||||
* | mod_pubsub: Ignore unused parameter [luacheck] | Matthew Wild | 2018-02-02 | 1 | -1/+1 |
| |