Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

pubsub#max_items not supported by ejabberd #150

Open
COM8 opened this issue Mar 18, 2021 · 0 comments
Open

pubsub#max_items not supported by ejabberd #150

COM8 opened this issue Mar 18, 2021 · 0 comments
Labels
🛑 Blocked This issue or PR is blocked by something external. 🐛 Bug

Comments

@COM8
Copy link
Member

COM8 commented Mar 18, 2021

Based on the 0.7.0 (2020-09-05) XEP-0384: OMEMO Encryption definition publishing bundles should include the pubsub#max_items set to max.

The value for 'pubsub#max_items' in publish_options MUST be set to 'max'.

https://xmpp.org/extensions/xep-0384.html#bundles

BUT currently ejabberd does not support it.
processone/ejabberd#3044

As a workaround this has been commented out currently:

options.OPTIONS.fields.Add(new Field()
{
var = "pubsub#max_items",
value = "max",
type = FieldType.NONE
});

@COM8 COM8 added 🐛 Bug 🛑 Blocked This issue or PR is blocked by something external. labels Mar 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🛑 Blocked This issue or PR is blocked by something external. 🐛 Bug
Projects
None yet
Development

No branches or pull requests

1 participant