plugins/mod_pep.lua
changeset 11382 b790df8f9448
parent 10677 1a23a58ac84e
parent 11380 774811e2c6ab
child 11571 c471e19a238e
--- a/plugins/mod_pep.lua	Sat Feb 13 14:14:12 2021 +0100
+++ b/plugins/mod_pep.lua	Mon Feb 15 22:30:28 2021 +0100
@@ -422,6 +422,7 @@
 		"presence-subscribe",
 	};
 
+	reply:tag('feature', {var=xmlns_pubsub}):up();
 	for feature in supported_features do
 		reply:tag('feature', {var=xmlns_pubsub.."#"..feature}):up();
 	end