Bài đăng

Đang hiển thị bài đăng từ Tháng 5, 2014

Install your own Instant Messaging Server with Openfire

Hình ảnh
Openfire is a powerful instant messaging (IM) and chat server that implements the XMPP protocol written in Java. It is previously known as Wildfire and Jive Messenger. In this article, let us see how to setup a Instant Messaging Server using Openfire in CentOS/RHEL based platforms. Openfire is very easy to install and administer through a cool web interface. Getting Openfire Download the latest version of Openfire here . I prefer the RPM file. Because it contains Java application which is necessary for Openfire. Or you can install Java using the following command: # yum install java-1.7.0-openjdk -y Install Openfire: # rpm -ivh openfire-3.8.2-1.i386.rpm Now start the openfire service and let it to start automatically on every reboot: # service openfire start # chkconfig openfire on Add the Openfire administrative ports 9090 (http) and 9091 (https) in your firewall/router to access Openfire from anywhere: # vi /etc/sysconfig/iptables [...] -A INPUT -p tcp