plugins/mod_pep.lua
changeset 11382 b790df8f9448
parent 10677 1a23a58ac84e
parent 11380 774811e2c6ab
child 11571 c471e19a238e
equal deleted inserted replaced
11379:6b687210975b 11382: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