Software /
code /
prosody
Diff
plugins/mod_pubsub/mod_pubsub.lua @ 7984:ae3c5abb3336
Merge 0.10 -> trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Mar 2017 13:08:31 +0000 |
parent | 7982:e30b0cbed472 |
parent | 7983:879be73c0a58 |
child | 8210:352d605b1178 |
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;