This is the initial set of files of this project.
This commit is contained in:
parent
48f767697d
commit
95c1f30ebc
15 changed files with 2212 additions and 1 deletions
38
README.md
38
README.md
|
@ -1,3 +1,39 @@
|
|||
# FASI
|
||||
|
||||
Fast And Sleek Invite (FASI)
|
||||
Fast And Sleek Invite (FASI)
|
||||
|
||||
## About
|
||||
|
||||
FASI is an HTML invite page for XMPP.
|
||||
The main purpose, is to provide an interface to share XMPP contacts via HTML
|
||||
browsers.
|
||||
It also provides an interface to explore XMPP server conferences, pubsub and
|
||||
other services.
|
||||
|
||||
FASI is written in Python and utilizes Jinja2, FastAPI and Slixmpp.
|
||||
|
||||
## Features
|
||||
- MUC
|
||||
- Photo
|
||||
- PubSub
|
||||
- QR code
|
||||
- Service discovery
|
||||
- vCard
|
||||
|
||||
## Install
|
||||
|
||||
Use the following commands, to begin FASI.
|
||||
|
||||
```shell
|
||||
git clone https://git.xmpp-it.net/sch/FASI
|
||||
cd FASI/
|
||||
python -m uvicorn fasi:app
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
AGPL-3.0-only
|
||||
|
||||
## Copyright
|
||||
|
||||
Schimon Jehudah Zachary 2024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue