UWPX-Client
UWPX-Client copied to clipboard
pubsub#max_items not supported by ejabberd
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