User Tools

Site Tools


software:jitsi

This is an old revision of the document!


Jitsi

Just some notes for me, but may be useful for others.

Jitsi is a video bridge server. It allows two or more users to do video chat. It uses Prosody for an XMPP chat also, and appears to use Prosody for authentication.

Quick Notes

Location of authentication files

User authentication file (plain text, so don't trust it)

/var/lib/prosody/server%2ename%2edomain/accounts

Basically, the server name with the dots replaced with %2e

Create a new user

Done via prosody, using the prosodyctl command.

prosodyctl register <username> <server.example.com> <password>

replace <username> and <password> with information. Replace <server.example.com> with the (jitsi) name of the server.

software/jitsi.1586634893.txt.gz · Last modified: 2020/04/11 14:54 by rodolico