Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX two links in README.md #1104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

JItsi COnference FOcus is a signaling server, one of the backend components in the [Jitsi Meet] stack.

[Jitsi Meet]: https://github.com/jitsi/jitsi-meet
[Jitsi Meet](https://github.com/jitsi/jitsi-meet)

## Overview

Expand All @@ -14,7 +14,7 @@ Jicofo joins the conference MUC and is then responsible for initiating a
[Jingle](https://xmpp.org/extensions/xep-0166.html) session with each participant (in this sense it is the "focus" of the
conference, which is where its name comes from). While Jicofo manages and terminates Jingle sessions, it does not
process any of the media (audio/video). Instead, it uses one or more
[Jitsi Videobridge](github.com/jitsi/jitsi-videobridge/) instances.
[Jitsi Videobridge](https://github.com/jitsi/jitsi-videobridge/) instances.

Jicofo is responsible for selecting a Jitsi Videobridge for each participant, and manages the set of videobridges for
the conference with the COLIBRI protocol (colibri version 2 is now used, the format in XEP-0340 is now deprecated).
Expand Down