Software /
code /
prosody
Comparison
plugins/mod_pubsub/pubsub.lib.lua @ 8822:4afa77e0d2b0
mod_pubsub: Fix syntax error
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 23 May 2018 01:00:01 +0200 |
parent | 8815:5974c9da1391 |
child | 8825:7270258fec77 |
comparison
equal
deleted
inserted
replaced
8821:c1014eac2a1a | 8822:4afa77e0d2b0 |
---|---|
63 label = "Specify the delivery style for notifications"; | 63 label = "Specify the delivery style for notifications"; |
64 options = { | 64 options = { |
65 { label = "Messages of type normal", value = "normal" }, | 65 { label = "Messages of type normal", value = "normal" }, |
66 { label = "Messages of type headline", value = "headline", default = true }, | 66 { label = "Messages of type headline", value = "headline", default = true }, |
67 }; | 67 }; |
68 }; | |
68 }; | 69 }; |
69 | 70 |
70 local service_method_feature_map = { | 71 local service_method_feature_map = { |
71 add_subscription = { "subscribe" }; | 72 add_subscription = { "subscribe" }; |
72 create = { "create-nodes", "instant-nodes", "item-ids", "create-and-configure" }; | 73 create = { "create-nodes", "instant-nodes", "item-ids", "create-and-configure" }; |