Skip to content

Powerful xmpp server with multi-user video chat that provides a free alternative to Skype and Google Hangout

Notifications You must be signed in to change notification settings

iTech-Developer/docker-openfire-jitsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFire + Jitsi VideoBridge

Powerful xmpp server with multi-user video chat allows you to host your own server with services similar to Skype and Google Hangout

OpenFire is a xmpp (japper) server that can be used for chat, voice, video, conference rooms, desktop sharing, collaboration and file transfer.

Any xmpp client can be used including Jitsi and Spark.

To quickly run it (using --net=host because lots of ports need to be exposed and docker latest release 1.3.1 does not include port range yet)

docker run -d --name='openfire-jitsi' --net=host -e DOMAIN=YOUR_DOMAIN itech/openfire-jitsi:latest

Usage

Go to http://YOUR-DOMAIN:9090/ to complete the installation To test jitsi video do the following:

1- Enable external components from Server -> Server Settings -> External Components, the secret must be the same as what you pass as environment variable (default: secret)

2- After configuring OpenFire for the first time, you need to restart the container.

3- Install the Jitsi Video Bridge plugin

4- Go to https://YOUR-DOMAIN:7443/jitsi/apps/ofmeet

--

LICENSE

Copyright 2014 iTech-Developer

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Powerful xmpp server with multi-user video chat that provides a free alternative to Skype and Google Hangout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages