Replies: 2 comments 6 replies
|
You should set Gojara JID as admin JID in transport config, like this: It is documented here - https://discourse.igniterealtime.org/t/how-to-run-spectrum-2-with-openfire-gojara-plugin-guide/64624 |
1 reply
|
With Set in the transport configuration file, I can't unregister users manually from the command line (using spectrum2_manager) or using the web interface. Is this by design? I get the same error message as above (Error: This command can be executed only in user context.) regardless. The command I run is as follows: |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I'm very aware of this being a GoJara and not a Spectrum2 issue, but I can't find any Spectrum2 documentation to be able to fix it.
Sending a message like this to the Spectrum2 instance:
</message> <body>unregister user@domain.suffix</body> <message from="gojaraadmin@domain.suffix" to="facebook.domain.suffix" id="unregister" type="chat">Gives me a reply like this from the transport instance:
<message from="facebook.domain.suffix" id="unregister" to="gojaraadmin@domain.suffix" type="chat"><body>Error: This command can be executed only in user context.</body></message>Could someone point me to some documentation on how "unregistered" should be implemented, or is this a Spectrum2 problem after all?
All reactions