Packages

Exampple project generator. Provides a `mix xmpp.new` task to bootstrap a new Elixir application with Exampple dependencies.

Current section

Files

Jump to
xmpp_new templates xmpp_single config dev.exs
Raw

templates/xmpp_single/config/dev.exs

import Config
config :<%= app_name %>, Exampple.Component,
domain: "component.localhost",
host: "localhost",
password: "guest",
ping: 30_000,
port: 5252,
set_from: true,
trimmed: true,
auto_connect: true