Merge branch 'master' of https://github.com/sunglocto/pi
This commit is contained in:
31
README.md
31
README.md
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# π
|
# π
|
||||||
[](https://github.com/sunglocto/pi/actions/workflows/go.yml)
|
[](https://github.com/sunglocto/pi/actions/workflows/go.yml)
|
||||||
|
## the XMPP client from hell
|
||||||
|
|
||||||
Experimental and extremely weird XMPP client made with Go. No solicitors.
|
Experimental and extremely weird XMPP client made with Go. No solicitors.
|
||||||
|
|
||||||
@@ -18,22 +18,35 @@ pi is an extremely opinionated client. It aims to have as little extra windows a
|
|||||||
## διαμόρφωση
|
## διαμόρφωση
|
||||||
(configuration)
|
(configuration)
|
||||||
|
|
||||||
In order to use pi, you currently have to create a `pi.json` file in the working directory of the executable. Here is how one looks like:
|
In order to use pi, you currently have to create a `pi.json` file in the working directory of the executable. Here is how one looks like as of time of writing:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Host":"example.com:5222",
|
"Login": {
|
||||||
"User":"user@example.com",
|
"Host": "example.com:5222",
|
||||||
"Password":"123456",
|
"User": "user@example.com",
|
||||||
"DisplayName":"user",
|
"Password": "123456",
|
||||||
"NoTLS":false,
|
"DisplayName": "user",
|
||||||
"StartTLS":true,
|
"NoTLS": false,
|
||||||
"Mucs":["room@muc.example.com"]
|
"StartTLS": true,
|
||||||
|
"Mucs": [
|
||||||
|
"room1@group.example.com",
|
||||||
|
"room2@group.example.com"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"DMs": [
|
||||||
|
"mike@example.com",
|
||||||
|
"louis@example.com"
|
||||||
|
],
|
||||||
|
"Notifications": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit this file as necessary.
|
Edit this file as necessary.
|
||||||
|
|
||||||
|
A login screen will be implemented in pi 3.1a.
|
||||||
|
|
||||||
|
|
||||||
Currently joining and saving DM tabs is not supported, nor is getting avatars, reactions, encryption of media embed.
|
Currently joining and saving DM tabs is not supported, nor is getting avatars, reactions, encryption of media embed.
|
||||||
|
|
||||||
As of writing, pi supports basic message sending and receiving, replies and file upload.
|
As of writing, pi supports basic message sending and receiving, replies and file upload.
|
||||||
|
Reference in New Issue
Block a user