Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

MUC problem in openfire room #489

Open
binooetomo opened this issue Jul 13, 2018 · 1 comment
Open

MUC problem in openfire room #489

binooetomo opened this issue Jul 13, 2018 · 1 comment

Comments

@binooetomo
Copy link

Dear all

I make a room called 'bottest' in my openfire based internal XMPP server.

I make a copy of muc.py example to do the test

Here is my command line (my bot account is 'binobot')

python ./muc.py -j binobot@myopenfire.internal -p SuperSecret2018 -r bottest@conference.myopenfire.internal -n binobotmuc -d

The bot is shown in room,
But, looks like the bot could not send message

DEBUG    Event triggered: changed_status
DEBUG    SEND: <message type="groupchat" to="bottest@conference.myopenfire.internal" xml:lang="en"><body>Hello, moderator bino</body></message>
DEBUG    RECV: <message type="error" to="binobot@myopenfire.internal/moui8un3w" xml:lang="en" from="bottest@conference.myopenfire.internal"><body>Hello, moderator bino</body><error code="403" type="auth"><forbidden xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /></error></message>
DEBUG    Event triggered: message
DEBUG    Event triggered: groupchat_message_error
DEBUG    Event triggered: muc::bottest@conference.myopenfire.internal::message_error


Sincerely
-bino-

@Neustradamus
Copy link

@binooetomo: Have you tested with "master"?

Always same?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants