Embedding fastpath webchat in personal webpage, mod_write for ports

I have been reading through this thread, http://www.igniterealtime.org/community/message/177038#177038

I have look at the coding on Sam’s blog web site. A few questions.

1/ show nickname or name


In the source code, you have “api/presence.cgi?jid=YourNetworkID”. Is this a plugin? If so which one?

2/ mod_rewrite


we put the below in our etc/httpd/conf.d/ssl.conf and in shell did a “service httpd restart”. It is not working for me. I get a 503 Service Temporarily Unavailable page. How did you get your mod_rewrite to work? I am using Centos 5 and openfire 3.5.1.

I am using the url in browser https://example.com/plugins/presence/status?jid=NetworkID@example.com&type=text

servername example.com ProxyVia On RewriteEngine On RewriteCond %{REQUEST_URI} ^/plugins/presence/status RewriteRule ^/(.*) [https://example.com:9091/$1](https://example.com:9091/%241) [P]

3/ google talk

I see on your blog page you have a separate link for google talk. Can this be done through spark or sparkweb or do I need a separate desktop app?

Can anyone help me with these issues? I have researched on google to death. did everything I could with no luck.

please advise asap.