ad-hoc commands #9

Open
opened 2024-09-02 00:43:34 +02:00 by roughnecks · 1 comment

ad-hoc commands are not working for me.

I added the bot along with slixfeed in my prosody.cfg.lua, reloaded conf and module but I still am not able to access commands from gajim and/or cheogram.
I also added myself as an operator and I am able to start a session for groupchat from a 1:1 query chat with the bot.

ad-hoc commands are not working for me. I added the bot along with slixfeed in my `prosody.cfg.lua`, reloaded conf and module but I still am not able to access commands from gajim and/or cheogram. I also added myself as an operator and I am able to start a session for groupchat from a 1:1 query chat with the bot.
Author

I've tested this again with slixfeed, it looks like I'm not recognized as an operator anymore, so I can issue ad-hoc commands in a private chat but not in a groupchat.

Haven't changed my slixfeed configuration in a while and I double checked it:

[[xmpp.operators]]
name = "roughnecks"
jid = "roughnecks@woodpeckersnest.space"
[xmpp.profile]
FN = "heimdall"
NICKNAME = "heimdall"
ROLE = "Moderation Chat Bot"
ORG = "@wpn"
URL = "https://xmpp-it.net/sch/KaikOut"
NOTE = "A moderation chat bot made for XMPP."
BDAY = "20 June 2024"
#TITLE = ""
#DESC = ""

[xmpp.client]
alias = "heimdall"
jid = "heimdall@woodpeckersnest.space/heimdall"

In prosody.cfg.lua I have:

adhoc_bots = { "slixfeed@woodpeckersnest.space/slix", "heimdall@woodpeckersnest.space/heimdall" }

I've tested this again with slixfeed, it looks like I'm not recognized as an operator anymore, so I can issue ad-hoc commands in a private chat but not in a groupchat. Haven't changed my slixfeed configuration in a while and I double checked it: ``` [[xmpp.operators]] name = "roughnecks" jid = "roughnecks@woodpeckersnest.space" ``` ``` [xmpp.profile] FN = "heimdall" NICKNAME = "heimdall" ROLE = "Moderation Chat Bot" ORG = "@wpn" URL = "https://xmpp-it.net/sch/KaikOut" NOTE = "A moderation chat bot made for XMPP." BDAY = "20 June 2024" #TITLE = "" #DESC = "" [xmpp.client] alias = "heimdall" jid = "heimdall@woodpeckersnest.space/heimdall" ``` In prosody.cfg.lua I have: `adhoc_bots = { "slixfeed@woodpeckersnest.space/slix", "heimdall@woodpeckersnest.space/heimdall" }`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sch/KaikOut#9
No description provided.