Add file PyProject;
Support display of a single pubsub node item; Update document README; Modularize code;
This commit is contained in:
parent
37aa7e8f40
commit
5e495579c2
32 changed files with 2431 additions and 2059 deletions
13
settings.toml
Normal file
13
settings.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue