mod_pep_plus: Fix feature mapping here too (see 29ef191c7bf9)
authorKim Alvefur <zash@zash.se>
Tue, 17 Oct 2017 20:50:59 +0200
changeset 8334 8df0eaa564f0
parent 8333 8d5c2eef1654
child 8335 e89b57d0d80a
mod_pep_plus: Fix feature mapping here too (see 29ef191c7bf9)
plugins/mod_pep_plus.lua
--- a/plugins/mod_pep_plus.lua	Tue Oct 17 05:22:43 2017 +0200
+++ b/plugins/mod_pep_plus.lua	Tue Oct 17 20:50:59 2017 +0200
@@ -433,8 +433,8 @@
 		get_items = { "retrieve-items" };
 		add_subscription = { "subscribe" };
 		get_subscriptions = { "retrieve-subscriptions" };
-		set_configure = { "config-node" };
-		get_default = { "retrieve-default" };
+		set_node_config = { "config-node" };
+		node_defaults = { "retrieve-default" };
 	};
 
 	for method, features in pairs(feature_map) do