Software /
code /
prosody
Comparison
plugins/mod_pubsub/pubsub.lib.lua @ 9137:4803d2feeecb
pubsub.lib: fix more form fields
author | Jonas Wielicki <jonas@wielicki.name> |
---|---|
date | Mon, 06 Aug 2018 17:16:42 +0200 |
parent | 9136:07fc2c5c0c2e |
child | 9180:cc68cb03f85e |
comparison
equal
deleted
inserted
replaced
9136:07fc2c5c0c2e | 9137:4803d2feeecb |
---|---|
85 { | 85 { |
86 type = "list-single"; | 86 type = "list-single"; |
87 name = "pubsub#publish_model"; | 87 name = "pubsub#publish_model"; |
88 label = "Specify the publisher model"; | 88 label = "Specify the publisher model"; |
89 options = { | 89 options = { |
90 { value = "publishers" }; | 90 "publishers"; |
91 { value = "subscribers" }; | 91 "subscribers"; |
92 { value = "open" }; | 92 "open"; |
93 }; | 93 }; |
94 }; | 94 }; |
95 { | 95 { |
96 type = "list-single"; | 96 type = "list-single"; |
97 name = "pubsub#notification_type"; | 97 name = "pubsub#notification_type"; |