Comparison

plugins/mod_pep.lua @ 11378:b790df8f9448

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 15 Feb 2021 22:30:28 +0100
parent 10673:1a23a58ac84e
parent 11376:774811e2c6ab
child 11567:c471e19a238e
comparison
equal deleted inserted replaced
11375:6b687210975b 11378:b790df8f9448
420 "last-published", 420 "last-published",
421 "presence-notifications", 421 "presence-notifications",
422 "presence-subscribe", 422 "presence-subscribe",
423 }; 423 };
424 424
425 reply:tag('feature', {var=xmlns_pubsub}):up();
425 for feature in supported_features do 426 for feature in supported_features do
426 reply:tag('feature', {var=xmlns_pubsub.."#"..feature}):up(); 427 reply:tag('feature', {var=xmlns_pubsub.."#"..feature}):up();
427 end 428 end
428 end); 429 end);
429 430