Mercurial > prosody-hg
comparison plugins/mod_pubsub/pubsub.lib.lua @ 12961:1cbfa843f8c3
mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 22 Mar 2023 16:44:47 +0000 |
| parents | 31b22cc221b5 |
| children | 74b9e05af71e |
comparison
equal
deleted
inserted
replaced
| 12960:31b22cc221b5 | 12961:1cbfa843f8c3 |
|---|---|
| 165 value = true; | 165 value = true; |
| 166 }; | 166 }; |
| 167 { | 167 { |
| 168 type = "list-single"; | 168 type = "list-single"; |
| 169 label = "Specify whose JID to include as the publisher of items"; | 169 label = "Specify whose JID to include as the publisher of items"; |
| 170 name = "pubsub#itemreply"; | 170 name = "itemreply"; |
| 171 var = "itemreply"; | 171 var = "pubsub#itemreply"; |
| 172 options = { | 172 options = { |
| 173 { label = "Include the node owner's JID", value = "owner" }; | 173 { label = "Include the node owner's JID", value = "owner" }; |
| 174 { label = "Include the item publisher's JID", value = "publisher" }; | 174 { label = "Include the item publisher's JID", value = "publisher" }; |
| 175 { label = "Don't include any JID with items", value = "none", default = true }; | 175 { label = "Don't include any JID with items", value = "none", default = true }; |
| 176 }; | 176 }; |
