snikket-im / snikket-ios

Snikket iOS client
https://snikket.org/app/ios/
GNU General Public License v3.0
72 stars 10 forks source link

Fixed sending bad-request errors on each received PubSub notification #209

Closed hantu85 closed 7 months ago

hantu85 commented 1 year ago

This module returns bad-request errors for each stanza it processes. As it should not process stanzas directly, it works on pubsub notifications received from PubSubModule, criteria should be set to Criteria.empty() to ensure no stanza will be directed to this module for processing.