Message addressed to one component delivers to other

following is my ejabberd yml configuration

  - 
    port: 8888
    ip: "::"
    module: ejabberd_service
    access: all
    shaper_rule: fast
    ip: "127.0.0.1"
    privilege_access: 
       roster: "both"
       message: "outgoing"
       presence: "roster"
    delegations:
       "urn:xmpp:mam:1":
         filtering: ["node"]
       "http://jabber.org/protocol/pubsub":
         filtering: []
    hosts:
      "mycomponent.p-pc":
        password: "secret"
      "sender.p-pc":
        password: "secret"

messages addressed to mycomponent.p-pc are delivered to sender.p-pc

See this notice in the

See this notice in the documentation:
> Note that you cannot define in a single ejabberd_service components of different services: add an ejabberd_service for each service, as seen in an example below.

https://docs.ejabberd.im/admin/configuration/#listening-module

Syndicate content