Hi I'm implementing MUC for Apache Vysper and got a question which is probably easy for XMPP geeks, but somehow I haven't found a clear answer.
In MUC, there are some use cases involving batch updates, e.g. "Modifying the Voice List". Here, a moderator can send an update containing several "item" elements. What would be the appropriate way of handling multiple, potentially different, errors during such an update? For example, let's say one item causes a "not-allowed" error, while a different item causes a "conflict". /niklas
