714103a331
Python : Add branding and correct cached data; TOML : Add keys for branding and add default values; XHTML : Modify HTML code for branding.
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
|
|
|