Software /
code /
prosody
Comparison
plugins/mod_pubsub/pubsub.lib.lua @ 9135:c68d62ae9cb7
pubsub.lib: correctly emit data form fields
author | Jonas Wielicki <jonas@wielicki.name> |
---|---|
date | Mon, 06 Aug 2018 16:27:05 +0200 |
parent | 9124:dcc490f0044d |
child | 9136:07fc2c5c0c2e |
comparison
equal
deleted
inserted
replaced
9124:dcc490f0044d | 9135:c68d62ae9cb7 |
---|---|
75 { | 75 { |
76 type = "list-single"; | 76 type = "list-single"; |
77 name = "pubsub#access_model"; | 77 name = "pubsub#access_model"; |
78 label = "Specify the subscriber model"; | 78 label = "Specify the subscriber model"; |
79 options = { | 79 options = { |
80 { value = "authorize" }, | 80 "authorize", |
81 { value = "open" }, | 81 "open", |
82 { value = "presence" }, | 82 "presence", |
83 { value = "roster" }, | 83 "roster", |
84 { value = "whitelist" }, | 84 "whitelist", |
85 }; | 85 }; |
86 }; | 86 }; |
87 { | 87 { |
88 type = "list-single"; | 88 type = "list-single"; |
89 name = "pubsub#notification_type"; | 89 name = "pubsub#notification_type"; |