This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
picoenterprise:xmpp [2013/12/09 15:12] Luc Nieland |
picoenterprise:xmpp [2013/12/09 16:49] (current) Luc Nieland [video-bridge] |
||
---|---|---|---|
Line 34: | Line 34: | ||
* tcp/5222 # XMPP-client traffic | * tcp/5222 # XMPP-client traffic | ||
* tcp/5269 # XMPP-server traffic | * tcp/5269 # XMPP-server traffic | ||
- | * tcp/5275 # XMPP-filetransfer traffic | + | * tcp/7777 # XMPP-filetransfer traffic (via mod_proxy65 ([[http://xmpp.org/extensions/xep-0065.html|SOCKS5 bytestreams]]) |
- | * tcp/7777 # file transfer via mod_proxy65 ([[http://xmpp.org/extensions/xep-0065.html|SOCKS5 bytestreams]]) | + | |
==allow for admin only== | ==allow for admin only== | ||
* tcp/4369 # ejabberdctl tool | * tcp/4369 # ejabberdctl tool | ||
* tcp/5280 # HTTP admin-interface | * tcp/5280 # HTTP admin-interface | ||
+ | * tcp/5275 # video-bridge traffic | ||
====install ejabberd server==== | ====install ejabberd server==== | ||
Line 230: | Line 229: | ||
... | ... | ||
{5275, ejabberd_service, [ | {5275, ejabberd_service, [ | ||
- | {host, "jitsi-videobridge.jabber.pref.nl", [{password, "Erruggeheim"}]} | + | {host, "jitsi-videobridge.jabber.example.com", [{password, "VerySecretpw"}]} |
]}, | ]}, | ||
... | ... | ||
Line 251: | Line 250: | ||
{normal2, all}]}. | {normal2, all}]}. | ||
... | ... | ||
+ | |||
Restart ejabberd. | Restart ejabberd. | ||
Line 256: | Line 256: | ||
Check for the Listener-port to open. | Check for the Listener-port to open. | ||
- | Start the bridge by running the start-bridge script as the user jitsi (with nohup and & to detach) | ||
- | Ignore the java-exception :-) | + | Start the bridge by running the start-bridge script as the user jitsi: |
+ | nohup ./start-bridge & | ||
+ | |||