diff options
-rw-r--r-- | Sluift/boot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sluift/boot.lua b/Sluift/boot.lua index 2505736..b642bfa 100644 --- a/Sluift/boot.lua +++ b/Sluift/boot.lua @@ -269,5 +269,5 @@ end function PubSubNode.list_items (node, options) - return node.client:get_disco_items(merge_tables({to = node.jid, query = { node = node.node }}, options)) + return node.client:get_disco_items(merge_tables({to = node.jid, disco_items = { node = node.node }}, options)) end |