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

pubsub#max_items not supported by ejabberd  #150

@COM8

Description

@COM8

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
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 Bug🛑 BlockedThis issue or PR is blocked by something external.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions