4be8dad823
Automate installation process; Minor changes to HTML templates; Thank you to LeXofLeviafan.
13 lines
332 B
TOML
13 lines
332 B
TOML
# An account to connect FASI to the XMPP network
|
|
|
|
[account]
|
|
alias = "FASI" # Alias
|
|
xmpp = "" # Jabber ID
|
|
pass = "" # Password
|
|
|
|
[brand]
|
|
name = "XMPP" # Name of brand
|
|
chat = "XMPP Client" # Name of chat software
|
|
news = "Reeder" # Name of news software
|
|
site = "https://xmpp.org" # Address of site
|
|
|