muc server2server connection failed

Hi there, I hope here is someone who can help me. I have an ejabberd 16.09-4 server on my raspberry Pi 3 with raspbian stretch and I have the default muc service working on conference.hostname. It works well but users from other servers can not connect to mucs on my server. They always get the error: "remote-server-not-found"

My configuration is:

  ## Only accounts of the local ejabberd server can create rooms:
  muc_create:
    - allow: local

mod_muc:
    ## I thought access to all will also allow the access for external users
    access: all
    access_admin:
      - allow: admin
    access_create: muc_create
    access_persistent: muc_create
  ## mod_muc_log: {}
  mod_muc_admin: {}

Do someone have an idea what I did wrong?

Check

Syndicate content