Mozilla recently introduced Firefox Hello, the first global communications system built directly into a browser to help make things easier.
After Installing, locate the Hello icon in the menu bar or customization panel, simply click the ‘Start a conversation’ button to create your first conversation.
To perform Firefox chats with other people using WebRTC-supported browsers like Firefox, Chrome or Opera, you just need to share the provided link with them and the connection goes through the Mozilla servers.
Because Firefox 35 is not available via any repository yet, we have
to download Firefox 35 from the Mozilla site, extract the archive,
move to /opt and alias the launcher. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
For x64 Architecture
$ wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/35.0/linux-i686/en-US/firefox-35.0.tar.bz2
For x32 Architecture
$ wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/35.0b1/linux-i686/en-US/firefox-35.0b1.tar.bz2
$ tar -xjvf firefox-35.0b1.tar.bz2
$ sudo mv firefox /opt/firefox35
$ sudo ln -sf /opt/firefox35/firefox /usr/bin/firefox
$ sudo rm -r /opt/firefox35beta /usr/bin/firefox