Software /
code /
prosody
Comparison
plugins/mod_pep.lua @ 9197:041a731c7a62
mod_pep: Remove feature for persistence already added elsewere
This is added in pubsub.lib
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 18 Aug 2018 14:31:01 +0200 |
parent | 9196:2fc56434c6e3 |
child | 9205:2e710b618440 |
comparison
equal
deleted
inserted
replaced
9196:2fc56434c6e3 | 9197:041a731c7a62 |
---|---|
411 local supported_features = lib_pubsub.get_feature_set(service) + set.new{ | 411 local supported_features = lib_pubsub.get_feature_set(service) + set.new{ |
412 -- Features not covered by the above | 412 -- Features not covered by the above |
413 "auto-subscribe", | 413 "auto-subscribe", |
414 "filtered-notifications", | 414 "filtered-notifications", |
415 "last-published", | 415 "last-published", |
416 "persistent-items", | |
417 "presence-notifications", | 416 "presence-notifications", |
418 "presence-subscribe", | 417 "presence-subscribe", |
419 }; | 418 }; |
420 | 419 |
421 for feature in supported_features do | 420 for feature in supported_features do |