Looking at the sipxopenfire configuration, it appears that there is a
variety of ways to connect the server (ie xmpp, xmlrpc, etc)

I am trying to configure jwchat, web im.  In the apache configuration
for jwchat, there is the following config.  I am not sure if I got the
port right here.  I was wondering if you could help me here.  BTW...
what http-bind in the context of xmpp server?

<VirtualHost *:80>
  ServerName chat.abc.com
  DocumentRoot /usr/share/jwchat/www
  <Directory /usr/share/jwchat/www>
    Options  +Indexes +Multiviews +FollowSymLinks
  </Directory>
  AddDefaultCharset UTF-8
  ProxyPass /http-poll/ http://sipx.abc.com:6667/http-poll/
  ProxyPassReverse /http-poll/ http://sipx.abc.com:6667/http-poll/
  <Proxy *>
    Allow from all
  </Proxy>
</VirtualHost>

Thanks in advance
_______________________________________________
sipx-users mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to