Software /
code /
prosody
Changeset
7984:ae3c5abb3336
Merge 0.10 -> trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Mar 2017 13:08:31 +0000 |
parents | 7982:e30b0cbed472 (current diff) 7983:879be73c0a58 (diff) |
children | 7986:522099269b49 |
files | plugins/mod_pubsub/mod_pubsub.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua Thu Mar 16 23:49:27 2017 +0100 +++ b/plugins/mod_pubsub/mod_pubsub.lua Fri Mar 17 13:08:31 2017 +0000 @@ -9,7 +9,7 @@ local autocreate_on_publish = module:get_option_boolean("autocreate_on_publish", false); local autocreate_on_subscribe = module:get_option_boolean("autocreate_on_subscribe", false); -local pubsub_disco_name = module:get_option_string("name" "Prosody PubSub Service"); +local pubsub_disco_name = module:get_option_string("name", "Prosody PubSub Service"); local expose_publisher = module:get_option_boolean("expose_publisher", false) local service;