Add the ability to disabled delayed delivery (XEP-203)
Description
This pretty small change allows an admin to disable delayed delivery by setting the sysprop xmpp.pubsub.disable-delayed-delivery to true (naturally, this defaults to false so will have no affect unless set).
Not all use-cases require delayed delivery, and this provides an easy way to disable it rather than require each client to ignore messages tagged with <delay xmlns='urn:xmpp:delay' ... />.
This pretty small change allows an admin to disable delayed delivery by setting the sysprop
xmpp.pubsub.disable-delayed-delivery
totrue
(naturally, this defaults to false so will have no affect unless set).Not all use-cases require delayed delivery, and this provides an easy way to disable it rather than require each client to ignore messages tagged with
<delay xmlns='urn:xmpp:delay' ... />
.