5e495579c2
Support display of a single pubsub node item; Update document README; Modularize code;
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
|
|
|