Diff

plugins/mod_pubsub/pubsub.lib.lua @ 9136:07fc2c5c0c2e

Merge jonasw->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 06 Aug 2018 16:58:21 +0200
parent 9131:d0d676b86013
parent 9135:c68d62ae9cb7
child 9137:4803d2feeecb
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua	Mon Aug 06 15:26:33 2018 +0100
+++ b/plugins/mod_pubsub/pubsub.lib.lua	Mon Aug 06 16:58:21 2018 +0200
@@ -75,11 +75,11 @@
 		name = "pubsub#access_model";
 		label = "Specify the subscriber model";
 		options = {
-			{ value = "authorize" };
-			{ value = "open" };
-			{ value = "presence" };
-			{ value = "roster" };
-			{ value = "whitelist" };
+			"authorize",
+			"open",
+			"presence",
+			"roster",
+			"whitelist",
 		};
 	};
 	{