mirror of
https://github.com/snikket-im/snikket-ios.git
synced 2025-10-26 11:18:09 +00:00
Merge pull request #209 from hantu85/hantu85-patch-1
Fixed sending bad-request errors on each received PubSub notification
This commit is contained in:
commit
57fba381bf
@ -22,7 +22,7 @@ class PEPDisplayNameModule: AbstractPEPModule {
|
||||
|
||||
var id = ID
|
||||
|
||||
var criteria = Criteria.name("message").add(Criteria.name("event", xmlns: PUBSUB_EVENT_XMLNS));
|
||||
var criteria = Criteria.empty();
|
||||
|
||||
var features: [String] = FEATURES
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user