diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua index 829e2b456..a409d6404 100644 --- a/plugins/mod_pubsub/pubsub.lib.lua +++ b/plugins/mod_pubsub/pubsub.lib.lua @@ -167,8 +167,8 @@ local node_config_form = dataform { { type = "list-single"; label = "Specify whose JID to include as the publisher of items"; - name = "pubsub#itemreply"; - var = "itemreply"; + name = "itemreply"; + var = "pubsub#itemreply"; options = { { label = "Include the node owner's JID", value = "owner" }; { label = "Include the item publisher's JID", value = "publisher" };