Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_bookmarks: Fix traceback on attempt to convert invalid bookmark | Kim Alvefur | 2022-01-11 | 1 | -4/+9 |
| | | | | | | | | Found by accidentally publishing {urn:xmpp:bookmarks:0}conference instead of :1 due to testing this earlier for the blocking. By the principle of garbage in, garbage out, just generate a bookmark from the item id / JID and carry on with a warning. | ||||
* | mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node | Kim Alvefur | 2022-01-10 | 1 | -1/+8 |
| | | | | | | | | Having both the :0 and :1 nodes would be especially awkward, since there is no upgrade path for this case. In theory, these should be rare since no clients should have been doing XEP-0402 unless mod_bookmarks(2) was enabled. This was guesstimated to be rare with most clients doing XEP-0048 with Private XML. | ||||
* | mod_bookmarks: Skip migration of legacy data when empty | Kim Alvefur | 2022-01-10 | 1 | -1/+1 |
| | | | | Should save some cycles and not log the debug message on every login. | ||||
* | mod_bookmarks: Make sure legacy bookmarks node exists to hold access model | Kim Alvefur | 2022-01-10 | 1 | -19/+28 |
| | |||||
* | mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411 | Kim Alvefur | 2022-01-09 | 1 | -0/+34 |
| | | | | For compatibility with clients relying on the notifications | ||||
* | mod_bookmarks: Add option for disabling upgrade of legacy bookmarks | Kim Alvefur | 2022-01-08 | 1 | -1/+3 |
| | | | | | Might be nice to reduce amount of things happening on connect once all users has upgraded | ||||
* | mod_bookmarks: Unhook PEP service objects on removal from cache | Kim Alvefur | 2022-01-08 | 1 | -1/+4 |
| | | | | See 1dc00ca6ee9d | ||||
* | mod_bookmarks: Override the node configuration if it was wrong | Emmanuel Gil Peyrot | 2022-01-06 | 1 | -0/+20 |
| | |||||
* | mod_bookmarks: Remove compatibility with 0.11 | Emmanuel Gil Peyrot | 2022-01-04 | 1 | -6/+0 |
| | |||||
* | mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea | Emmanuel Gil Peyrot | 2022-01-04 | 1 | -0/+407 |