#1609 PubSub: Batch processing request not handled
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Difficulty-Easy
Status-WontFix
Type-Defect
Priority-Medium
Zash
on
Per https://xmpp.org/extensions/xep-0060.html#impl-batch it is possible to publish multiple items at the same time. Prosody does not recognise this, which is fine. However it does not correctly report back that batch-processing is unsupported via the max-items-exceeded error, so the only hint to a client attempting to use this (which it MAY) would be that only one item was published.
Zash
on
Hold on, is "batch processing" removed or not?
https://xmpp.org/extensions/xep-0060.html#revision-history-v1.13
> Removed the notion of batch publishing because it makes information coherence and atom handling excessively difficult.
but also
> removed but then retained batch publishing
so now I'm confused and wondering if this should just be ignored
Per https://xmpp.org/extensions/xep-0060.html#impl-batch it is possible to publish multiple items at the same time. Prosody does not recognise this, which is fine. However it does not correctly report back that batch-processing is unsupported via the max-items-exceeded error, so the only hint to a client attempting to use this (which it MAY) would be that only one item was published.
Hold on, is "batch processing" removed or not? https://xmpp.org/extensions/xep-0060.html#revision-history-v1.13 > Removed the notion of batch publishing because it makes information coherence and atom handling excessively difficult. but also > removed but then retained batch publishing so now I'm confused and wondering if this should just be ignored
Changes🙈️
Changes