UWPX-Client icon indicating copy to clipboard operation
UWPX-Client copied to clipboard

pubsub#max_items not supported by ejabberd

Open COM8 opened this issue 4 years ago • 0 comments

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. https://github.com/processone/ejabberd/issues/3044

As a workaround this has been commented out currently: https://github.com/UWPX/UWPX-Client/blob/cac5bd16782593539af73a547b2bc0806eca46f5/XMPP_API/Classes/Network/XML/Messages/XEP-0384/OmemoSetBundleInformationMessage.cs#L32-L37

COM8 avatar Mar 18 '21 20:03 COM8