24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-28 22:52:27 +02:00
xmpp.chapril.org-ejabberd/test/elixir-config/shared/ejabberd_for_validation.exs

21 lines
296 B
Elixir
Raw Normal View History

defmodule Ejabberd.ConfigFile do
use Ejabberd.Config
def start do
[loglevel: 4,
language: "en",
hosts: ["localhost"]]
end
module :mod_time do
@attr_not_supported true
end
module :mod_configure do
@dependency [:mod_adhoc]
end
module :mod_irc do
end
end