How do i config the carboncopy??

Under the options in the modules, what do i need to put in the [] to have the mod_carboncopy to be on? Is the carboncopy on by default?? Because the client side i am using gives RAW input of what comes through, when on send/receive message. But i am not seeing anything coming through on my device when i suppose to receive a carbon copy.
Not sure if i am missing anything configuring it.

Sorry i am quite new to this.

Check your ejabberd.yml. In

Check your ejabberd.yml.

In this example, mod_carboncopy and other modules are enabled, but mod_echo is disabled:

...
  mod_caps: {}
  mod_carboncopy: {}
  mod_configure: {} # requires mod_adhoc
  mod_disco: {}
  ## mod_echo: {}
  mod_client_state:
    drop_chat_states: true
    queue_presence: false
...
Syndicate content