Я установил порт http-bind openfire на 8181 ранее 7070.
После изменений, которые я сделал в ijab_config.js
xmpp:{
domain:"ipaddress",
http_bind:"/http-bind/",
host:"ipaddress:8181",
port:5222,
server_type:"Openfire",
muc_servernode:"ipaddress",
...
}
и далее перейдем к файлу .htaccess, который будет помещен в htdocs
AddDefaultCharset UTF-8
Options +MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule http-bind/ http://ipaddress:8181/http-bind [P]
</IfModule>
Здесь ipaddress можно заменить на localhost или имя домена.