summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-15 16:17:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-15 16:17:36 +0000
commitce136ee59364919e46c529167ffa86132c02e3bb (patch)
treec7fd35b37e9895807c60b046010e87f79359a48a /net-im
parentAdd depend to graphics/edje. (diff)
JWChat aims to be a full featured, web-based Jabber client.
It uses only JavaScript and HTML on the client-side. Currently it supports basic jabber instant messaging, roster management and muc-based groupchats. JWChat is an advanced instant messenger (IM) just like AIM, MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage your contacts, chat with other users directly or join a groupchat room for collaborative communication. Unlike other IMs you can use this with your web browser only without having to install any additional software at all. PR: ports/82609 Submitted by: Lars Eggert <lars.eggert@gmx.net>
Notes
Notes: svn path=/head/; revision=139282
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jwchat/Makefile34
-rw-r--r--net-im/jwchat/distinfo2
-rw-r--r--net-im/jwchat/files/pkg-message.in28
-rw-r--r--net-im/jwchat/pkg-descr13
-rw-r--r--net-im/jwchat/pkg-plist645
5 files changed, 722 insertions, 0 deletions
diff --git a/net-im/jwchat/Makefile b/net-im/jwchat/Makefile
new file mode 100644
index 000000000000..d912fab2ae41
--- /dev/null
+++ b/net-im/jwchat/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: jwchat
+# Date created: June 24 2005
+# Whom: Lars Eggert <lars.eggert@gmx.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jwchat
+PORTVERSION= 1.0.b1
+CATEGORIES= www net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,}
+
+MAINTAINER= lars.eggert@gmx.net
+COMMENT= Full featured, web-based Jabber client
+
+USE_APACHE= yes
+
+NO_BUILD= yes
+
+PLIST_SUB+= WWW_ROOT=www
+SUB_FILES= pkg-message
+SUB_LIST= WWW_ROOT=www PORTNAME=${PORTNAME}
+
+do-install:
+ ${MKDIR} ${PREFIX}/www
+ ${CP} -R ${WRKSRC} ${PREFIX}/www/${PORTNAME}
+ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/${PORTNAME}
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/net-im/jwchat/distinfo b/net-im/jwchat/distinfo
new file mode 100644
index 000000000000..322f73a58696
--- /dev/null
+++ b/net-im/jwchat/distinfo
@@ -0,0 +1,2 @@
+MD5 (jwchat-1.0beta1.tar.gz) = 094b8b177fbd0386790e1186c918ecc9
+SIZE (jwchat-1.0beta1.tar.gz) = 483770
diff --git a/net-im/jwchat/files/pkg-message.in b/net-im/jwchat/files/pkg-message.in
new file mode 100644
index 000000000000..e255455d39d4
--- /dev/null
+++ b/net-im/jwchat/files/pkg-message.in
@@ -0,0 +1,28 @@
+
+--------------------------------------------------------------------------
+
+* Read %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%/README!
+
+* Edit %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%/config.js to suit your needs.
+
+* Now you have to setup your web server so that it redirects requests
+ to the URLs given at httpbase of config.js to an http polling/binding
+ capable jabber server component.
+
+ Something along these lines might work:
+
+ <Directory %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%>
+ Options +Indexes +Multiviews
+ AddDefaultCharset UTF-8
+ RewriteEngine On
+ RewriteRule http-poll/ http://localhost:5280/http-poll/ [P]
+ </Directory>
+
+ Note: You need to enable mod_rewrite and mod_proxy at your apache
+ configuration. Apache2 users also need to enable the protocol
+ specific proxy module mod_proxy_http.
+
+* Restart your web server
+
+--------------------------------------------------------------------------
+
diff --git a/net-im/jwchat/pkg-descr b/net-im/jwchat/pkg-descr
new file mode 100644
index 000000000000..24a3bfe4d715
--- /dev/null
+++ b/net-im/jwchat/pkg-descr
@@ -0,0 +1,13 @@
+JWChat aims to be a full featured, web-based Jabber client.
+It uses only JavaScript and HTML on the client-side. Currently
+it supports basic jabber instant messaging, roster management
+and muc-based groupchats.
+
+JWChat is an advanced instant messenger (IM) just like AIM,
+MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage
+your contacts, chat with other users directly or join a groupchat
+room for collaborative communication. Unlike other IMs you can use
+this with your web browser only without having to install any
+additional software at all.
+
+WWW: http://jwchat.sourceforge.net/
diff --git a/net-im/jwchat/pkg-plist b/net-im/jwchat/pkg-plist
new file mode 100644
index 000000000000..3cb3f5e75233
--- /dev/null
+++ b/net-im/jwchat/pkg-plist
@@ -0,0 +1,645 @@
+%%WWW_ROOT%%/jwchat/AUTHORS
+%%WWW_ROOT%%/jwchat/COPYING
+%%WWW_ROOT%%/jwchat/ChangeLog
+%%WWW_ROOT%%/jwchat/DebugBottom.html
+%%WWW_ROOT%%/jwchat/DebugTop.html
+%%WWW_ROOT%%/jwchat/Debugger.html
+%%WWW_ROOT%%/jwchat/Debugger.js
+%%WWW_ROOT%%/jwchat/JSJaCConnection.js
+%%WWW_ROOT%%/jwchat/JSJaCHttpBindingConnection.js
+%%WWW_ROOT%%/jwchat/JSJaCHttpPollingConnection.js
+%%WWW_ROOT%%/jwchat/JSJaCPacket.js
+%%WWW_ROOT%%/jwchat/README
+%%WWW_ROOT%%/jwchat/browsercheck.js.de
+%%WWW_ROOT%%/jwchat/browsercheck.js.en
+%%WWW_ROOT%%/jwchat/browsercheck.js.es
+%%WWW_ROOT%%/jwchat/browsercheck.js.fr
+%%WWW_ROOT%%/jwchat/browsercheck.js.it
+%%WWW_ROOT%%/jwchat/browsercheck.js.js
+%%WWW_ROOT%%/jwchat/browsercheck.js.nl
+%%WWW_ROOT%%/jwchat/browsercheck.js.ru
+%%WWW_ROOT%%/jwchat/browsercheck.js.vi_VN
+%%WWW_ROOT%%/jwchat/changestatus.html.de
+%%WWW_ROOT%%/jwchat/changestatus.html.en
+%%WWW_ROOT%%/jwchat/changestatus.html.es
+%%WWW_ROOT%%/jwchat/changestatus.html.fr
+%%WWW_ROOT%%/jwchat/changestatus.html.html
+%%WWW_ROOT%%/jwchat/changestatus.html.it
+%%WWW_ROOT%%/jwchat/changestatus.html.nl
+%%WWW_ROOT%%/jwchat/changestatus.html.ru
+%%WWW_ROOT%%/jwchat/changestatus.html.vi_VN
+%%WWW_ROOT%%/jwchat/chat.html.de
+%%WWW_ROOT%%/jwchat/chat.html.en
+%%WWW_ROOT%%/jwchat/chat.html.es
+%%WWW_ROOT%%/jwchat/chat.html.fr
+%%WWW_ROOT%%/jwchat/chat.html.html
+%%WWW_ROOT%%/jwchat/chat.html.it
+%%WWW_ROOT%%/jwchat/chat.html.nl
+%%WWW_ROOT%%/jwchat/chat.html.ru
+%%WWW_ROOT%%/jwchat/chat.html.vi_VN
+%%WWW_ROOT%%/jwchat/chat_iframe.html.de
+%%WWW_ROOT%%/jwchat/chat_iframe.html.en
+%%WWW_ROOT%%/jwchat/chat_iframe.html.es
+%%WWW_ROOT%%/jwchat/chat_iframe.html.fr
+%%WWW_ROOT%%/jwchat/chat_iframe.html.html
+%%WWW_ROOT%%/jwchat/chat_iframe.html.it
+%%WWW_ROOT%%/jwchat/chat_iframe.html.nl
+%%WWW_ROOT%%/jwchat/chat_iframe.html.ru
+%%WWW_ROOT%%/jwchat/chat_iframe.html.vi_VN
+%%WWW_ROOT%%/jwchat/config.js
+%%WWW_ROOT%%/jwchat/editbookmarks.html.de
+%%WWW_ROOT%%/jwchat/editbookmarks.html.en
+%%WWW_ROOT%%/jwchat/editbookmarks.html.es
+%%WWW_ROOT%%/jwchat/editbookmarks.html.fr
+%%WWW_ROOT%%/jwchat/editbookmarks.html.html
+%%WWW_ROOT%%/jwchat/editbookmarks.html.it
+%%WWW_ROOT%%/jwchat/editbookmarks.html.nl
+%%WWW_ROOT%%/jwchat/editbookmarks.html.ru
+%%WWW_ROOT%%/jwchat/editbookmarks.html.vi_VN
+%%WWW_ROOT%%/jwchat/emoticons.js.de
+%%WWW_ROOT%%/jwchat/emoticons.js.en
+%%WWW_ROOT%%/jwchat/emoticons.js.es
+%%WWW_ROOT%%/jwchat/emoticons.js.fr
+%%WWW_ROOT%%/jwchat/emoticons.js.it
+%%WWW_ROOT%%/jwchat/emoticons.js.js
+%%WWW_ROOT%%/jwchat/emoticons.js.nl
+%%WWW_ROOT%%/jwchat/emoticons.js.ru
+%%WWW_ROOT%%/jwchat/emoticons.js.vi_VN
+%%WWW_ROOT%%/jwchat/empty.html.de
+%%WWW_ROOT%%/jwchat/empty.html.en
+%%WWW_ROOT%%/jwchat/empty.html.es
+%%WWW_ROOT%%/jwchat/empty.html.fr
+%%WWW_ROOT%%/jwchat/empty.html.html
+%%WWW_ROOT%%/jwchat/empty.html.it
+%%WWW_ROOT%%/jwchat/empty.html.nl
+%%WWW_ROOT%%/jwchat/empty.html.ru
+%%WWW_ROOT%%/jwchat/empty.html.vi_VN
+%%WWW_ROOT%%/jwchat/error_message.html.de
+%%WWW_ROOT%%/jwchat/error_message.html.en
+%%WWW_ROOT%%/jwchat/error_message.html.es
+%%WWW_ROOT%%/jwchat/error_message.html.fr
+%%WWW_ROOT%%/jwchat/error_message.html.html
+%%WWW_ROOT%%/jwchat/error_message.html.it
+%%WWW_ROOT%%/jwchat/error_message.html.nl
+%%WWW_ROOT%%/jwchat/error_message.html.ru
+%%WWW_ROOT%%/jwchat/error_message.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat.html.de
+%%WWW_ROOT%%/jwchat/groupchat.html.en
+%%WWW_ROOT%%/jwchat/groupchat.html.es
+%%WWW_ROOT%%/jwchat/groupchat.html.fr
+%%WWW_ROOT%%/jwchat/groupchat.html.gr
+%%WWW_ROOT%%/jwchat/groupchat.html.html
+%%WWW_ROOT%%/jwchat/groupchat.html.it
+%%WWW_ROOT%%/jwchat/groupchat.html.nl
+%%WWW_ROOT%%/jwchat/groupchat.html.ru
+%%WWW_ROOT%%/jwchat/groupchat.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.de
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.en
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.es
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.html
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.it
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_bottom.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.de
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.en
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.es
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.html
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.it
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_chat.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.de
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.en
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.es
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.html
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.it
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_ichat.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.de
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.en
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.es
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.html
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.it
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_invite.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.de
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.en
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.es
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.html
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.it
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.de
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.en
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.es
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.html
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.it
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_iroster.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.de
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.en
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.es
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.html
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.it
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.de
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.en
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.es
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.html
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.it
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_register.html.de
+%%WWW_ROOT%%/jwchat/groupchat_register.html.en
+%%WWW_ROOT%%/jwchat/groupchat_register.html.es
+%%WWW_ROOT%%/jwchat/groupchat_register.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_register.html.html
+%%WWW_ROOT%%/jwchat/groupchat_register.html.it
+%%WWW_ROOT%%/jwchat/groupchat_register.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_register.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_register.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.de
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.en
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.es
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.html
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.it
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_roster.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchat_top.html.de
+%%WWW_ROOT%%/jwchat/groupchat_top.html.en
+%%WWW_ROOT%%/jwchat/groupchat_top.html.es
+%%WWW_ROOT%%/jwchat/groupchat_top.html.fr
+%%WWW_ROOT%%/jwchat/groupchat_top.html.html
+%%WWW_ROOT%%/jwchat/groupchat_top.html.it
+%%WWW_ROOT%%/jwchat/groupchat_top.html.nl
+%%WWW_ROOT%%/jwchat/groupchat_top.html.ru
+%%WWW_ROOT%%/jwchat/groupchat_top.html.vi_VN
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.de
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.en
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.es
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.fr
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.html
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.it
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.nl
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.ru
+%%WWW_ROOT%%/jwchat/groupchatconfig.html.vi_VN
+%%WWW_ROOT%%/jwchat/help.html.de
+%%WWW_ROOT%%/jwchat/help.html.en
+%%WWW_ROOT%%/jwchat/help.html.es
+%%WWW_ROOT%%/jwchat/help.html.fr
+%%WWW_ROOT%%/jwchat/help.html.html
+%%WWW_ROOT%%/jwchat/help.html.it
+%%WWW_ROOT%%/jwchat/help.html.nl
+%%WWW_ROOT%%/jwchat/help.html.ru
+%%WWW_ROOT%%/jwchat/help.html.vi_VN
+%%WWW_ROOT%%/jwchat/iRoster.html.de
+%%WWW_ROOT%%/jwchat/iRoster.html.en
+%%WWW_ROOT%%/jwchat/iRoster.html.es
+%%WWW_ROOT%%/jwchat/iRoster.html.fr
+%%WWW_ROOT%%/jwchat/iRoster.html.html
+%%WWW_ROOT%%/jwchat/iRoster.html.it
+%%WWW_ROOT%%/jwchat/iRoster.html.nl
+%%WWW_ROOT%%/jwchat/iRoster.html.ru
+%%WWW_ROOT%%/jwchat/iRoster.html.vi_VN
+%%WWW_ROOT%%/jwchat/images/FaceIronic.gif
+%%WWW_ROOT%%/jwchat/images/FaceStartled.gif
+%%WWW_ROOT%%/jwchat/images/FaceStraight.gif
+%%WWW_ROOT%%/jwchat/images/add.gif
+%%WWW_ROOT%%/jwchat/images/adduser.png
+%%WWW_ROOT%%/jwchat/images/adduser_over.png
+%%WWW_ROOT%%/jwchat/images/arrow_right_blinking.gif
+%%WWW_ROOT%%/jwchat/images/available.gif
+%%WWW_ROOT%%/jwchat/images/away.gif
+%%WWW_ROOT%%/jwchat/images/beer.gif
+%%WWW_ROOT%%/jwchat/images/bg.gif
+%%WWW_ROOT%%/jwchat/images/chat.gif
+%%WWW_ROOT%%/jwchat/images/dnd.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ace.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/alien.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/angel.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/angry.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/apple.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bandit.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bat.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/beard.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/beer.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bored.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bulb.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/calm.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/camera.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/carrot.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cat.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cheeky.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cheerful.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cherry.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/chinese.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/classic.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cobra.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cocktail.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/coffee.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/confused.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cool.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cross-eyed.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cry.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cyclops.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dead.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/depressed.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/devil.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/devious.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dinosaur.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/disappointed.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ditsy.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dog.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dragon.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/drink.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/embarrassed.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ermm.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/evil.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/evolved.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/fish.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/foureyes.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/fxb.png
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/gasmask.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/glasses.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/globe.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/graduate.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/grimreaper.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/grin.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/hammer.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/heart broken.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/heart.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/helicopter.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/house.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/hurt.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/icondef.xml
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/jaguar.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/knocked-out.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/laugh.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/letter.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/lick.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/mad.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/mushroom.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/music.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/needle.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/nervous.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ninja.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/normal.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ogre.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/old-man.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/paranoid.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/penguin.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/person.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/phone.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/pill.png
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/pirate.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ponder.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/puzzled.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/rambo.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/robot.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/sad.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/scared.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/shocked.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/silly.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/skull.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/sleeping.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/smile.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/smiley.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/smoker.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/speaker.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/speechless.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/spin.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/square-eyed.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/surprised.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/thumbdown.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/thumbup.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/tired.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/trinity_glowing.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/tv.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/vampire.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/water_molecule.gif
+%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/wink.gif
+%%WWW_ROOT%%/jwchat/images/error.gif
+%%WWW_ROOT%%/jwchat/images/facegrinning.gif
+%%WWW_ROOT%%/jwchat/images/facehappy.gif
+%%WWW_ROOT%%/jwchat/images/facesad.gif
+%%WWW_ROOT%%/jwchat/images/facewinking.gif
+%%WWW_ROOT%%/jwchat/images/faceyukky.gif
+%%WWW_ROOT%%/jwchat/images/group_close.gif
+%%WWW_ROOT%%/jwchat/images/group_open.gif
+%%WWW_ROOT%%/jwchat/images/groupchat.gif
+%%WWW_ROOT%%/jwchat/images/groupchat.png
+%%WWW_ROOT%%/jwchat/images/groupchat_over.png
+%%WWW_ROOT%%/jwchat/images/help.gif
+%%WWW_ROOT%%/jwchat/images/invisible.gif
+%%WWW_ROOT%%/jwchat/images/jumpto.gif
+%%WWW_ROOT%%/jwchat/images/jwchat.jpg
+%%WWW_ROOT%%/jwchat/images/message.gif
+%%WWW_ROOT%%/jwchat/images/preferences.gif
+%%WWW_ROOT%%/jwchat/images/screenshots/add-button.gif
+%%WWW_ROOT%%/jwchat/images/screenshots/context_menu.gif
+%%WWW_ROOT%%/jwchat/images/screenshots/jwc.gif
+%%WWW_ROOT%%/jwchat/images/screenshots/jwchat-contextmenu.gif
+%%WWW_ROOT%%/jwchat/images/screenshots/jwchat.gif
+%%WWW_ROOT%%/jwchat/images/screenshots/pref-button.gif
+%%WWW_ROOT%%/jwchat/images/stalker.gif
+%%WWW_ROOT%%/jwchat/images/unavailable.gif
+%%WWW_ROOT%%/jwchat/images/xa.gif
+%%WWW_ROOT%%/jwchat/index.html.de
+%%WWW_ROOT%%/jwchat/index.html.en
+%%WWW_ROOT%%/jwchat/index.html.es
+%%WWW_ROOT%%/jwchat/index.html.fr
+%%WWW_ROOT%%/jwchat/index.html.html
+%%WWW_ROOT%%/jwchat/index.html.it
+%%WWW_ROOT%%/jwchat/index.html.nl
+%%WWW_ROOT%%/jwchat/index.html.ru
+%%WWW_ROOT%%/jwchat/index.html.vi_VN
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.de
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.en
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.es
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.fr
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.it
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.js
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.nl
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.ru
+%%WWW_ROOT%%/jwchat/jabber_x_data.js.vi_VN
+%%WWW_ROOT%%/jwchat/joingroupchat.html.de
+%%WWW_ROOT%%/jwchat/joingroupchat.html.en
+%%WWW_ROOT%%/jwchat/joingroupchat.html.es
+%%WWW_ROOT%%/jwchat/joingroupchat.html.fr
+%%WWW_ROOT%%/jwchat/joingroupchat.html.html
+%%WWW_ROOT%%/jwchat/joingroupchat.html.it
+%%WWW_ROOT%%/jwchat/joingroupchat.html.nl
+%%WWW_ROOT%%/jwchat/joingroupchat.html.ru
+%%WWW_ROOT%%/jwchat/joingroupchat.html.vi_VN
+%%WWW_ROOT%%/jwchat/jwchat-1.0beta1.tar.gz
+%%WWW_ROOT%%/jwchat/jwchat.css
+%%WWW_ROOT%%/jwchat/jwchat.html.de
+%%WWW_ROOT%%/jwchat/jwchat.html.en
+%%WWW_ROOT%%/jwchat/jwchat.html.es
+%%WWW_ROOT%%/jwchat/jwchat.html.fr
+%%WWW_ROOT%%/jwchat/jwchat.html.html
+%%WWW_ROOT%%/jwchat/jwchat.html.it
+%%WWW_ROOT%%/jwchat/jwchat.html.nl
+%%WWW_ROOT%%/jwchat/jwchat.html.ru
+%%WWW_ROOT%%/jwchat/jwchat.html.vi_VN
+%%WWW_ROOT%%/jwchat/message.html.de
+%%WWW_ROOT%%/jwchat/message.html.en
+%%WWW_ROOT%%/jwchat/message.html.es
+%%WWW_ROOT%%/jwchat/message.html.fr
+%%WWW_ROOT%%/jwchat/message.html.html
+%%WWW_ROOT%%/jwchat/message.html.it
+%%WWW_ROOT%%/jwchat/message.html.nl
+%%WWW_ROOT%%/jwchat/message.html.ru
+%%WWW_ROOT%%/jwchat/message.html.vi_VN
+%%WWW_ROOT%%/jwchat/na.html.de
+%%WWW_ROOT%%/jwchat/na.html.en
+%%WWW_ROOT%%/jwchat/na.html.es
+%%WWW_ROOT%%/jwchat/na.html.fr
+%%WWW_ROOT%%/jwchat/na.html.html
+%%WWW_ROOT%%/jwchat/na.html.it
+%%WWW_ROOT%%/jwchat/na.html.nl
+%%WWW_ROOT%%/jwchat/na.html.ru
+%%WWW_ROOT%%/jwchat/na.html.vi_VN
+%%WWW_ROOT%%/jwchat/options.html.de
+%%WWW_ROOT%%/jwchat/options.html.en
+%%WWW_ROOT%%/jwchat/options.html.es
+%%WWW_ROOT%%/jwchat/options.html.fr
+%%WWW_ROOT%%/jwchat/options.html.html
+%%WWW_ROOT%%/jwchat/options.html.it
+%%WWW_ROOT%%/jwchat/options.html.nl
+%%WWW_ROOT%%/jwchat/options.html.ru
+%%WWW_ROOT%%/jwchat/options.html.vi_VN
+%%WWW_ROOT%%/jwchat/pngfix.js.de
+%%WWW_ROOT%%/jwchat/pngfix.js.en
+%%WWW_ROOT%%/jwchat/pngfix.js.es
+%%WWW_ROOT%%/jwchat/pngfix.js.fr
+%%WWW_ROOT%%/jwchat/pngfix.js.it
+%%WWW_ROOT%%/jwchat/pngfix.js.js
+%%WWW_ROOT%%/jwchat/pngfix.js.nl
+%%WWW_ROOT%%/jwchat/pngfix.js.ru
+%%WWW_ROOT%%/jwchat/pngfix.js.vi_VN
+%%WWW_ROOT%%/jwchat/roster.html.de
+%%WWW_ROOT%%/jwchat/roster.html.en
+%%WWW_ROOT%%/jwchat/roster.html.es
+%%WWW_ROOT%%/jwchat/roster.html.fr
+%%WWW_ROOT%%/jwchat/roster.html.html
+%%WWW_ROOT%%/jwchat/roster.html.it
+%%WWW_ROOT%%/jwchat/roster.html.nl
+%%WWW_ROOT%%/jwchat/roster.html.ru
+%%WWW_ROOT%%/jwchat/roster.html.vi_VN
+%%WWW_ROOT%%/jwchat/roster.js.de
+%%WWW_ROOT%%/jwchat/roster.js.en
+%%WWW_ROOT%%/jwchat/roster.js.es
+%%WWW_ROOT%%/jwchat/roster.js.fr
+%%WWW_ROOT%%/jwchat/roster.js.it
+%%WWW_ROOT%%/jwchat/roster.js.js
+%%WWW_ROOT%%/jwchat/roster.js.nl
+%%WWW_ROOT%%/jwchat/roster.js.ru
+%%WWW_ROOT%%/jwchat/roster.js.vi_VN
+%%WWW_ROOT%%/jwchat/search.html.de
+%%WWW_ROOT%%/jwchat/search.html.en
+%%WWW_ROOT%%/jwchat/search.html.es
+%%WWW_ROOT%%/jwchat/search.html.fr
+%%WWW_ROOT%%/jwchat/search.html.html
+%%WWW_ROOT%%/jwchat/search.html.it
+%%WWW_ROOT%%/jwchat/search.html.nl
+%%WWW_ROOT%%/jwchat/search.html.ru
+%%WWW_ROOT%%/jwchat/search.html.vi_VN
+%%WWW_ROOT%%/jwchat/search_iframe.html.de
+%%WWW_ROOT%%/jwchat/search_iframe.html.en
+%%WWW_ROOT%%/jwchat/search_iframe.html.es
+%%WWW_ROOT%%/jwchat/search_iframe.html.fr
+%%WWW_ROOT%%/jwchat/search_iframe.html.html
+%%WWW_ROOT%%/jwchat/search_iframe.html.it
+%%WWW_ROOT%%/jwchat/search_iframe.html.nl
+%%WWW_ROOT%%/jwchat/search_iframe.html.ru
+%%WWW_ROOT%%/jwchat/search_iframe.html.vi_VN
+%%WWW_ROOT%%/jwchat/searchrooms.html.de
+%%WWW_ROOT%%/jwchat/searchrooms.html.en
+%%WWW_ROOT%%/jwchat/searchrooms.html.es
+%%WWW_ROOT%%/jwchat/searchrooms.html.fr
+%%WWW_ROOT%%/jwchat/searchrooms.html.html
+%%WWW_ROOT%%/jwchat/searchrooms.html.it
+%%WWW_ROOT%%/jwchat/searchrooms.html.nl
+%%WWW_ROOT%%/jwchat/searchrooms.html.ru
+%%WWW_ROOT%%/jwchat/searchrooms.html.vi_VN
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.de
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.en
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.es
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.fr
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.html
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.it
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.nl
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.ru
+%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.vi_VN
+%%WWW_ROOT%%/jwchat/send.html.de
+%%WWW_ROOT%%/jwchat/send.html.en
+%%WWW_ROOT%%/jwchat/send.html.es
+%%WWW_ROOT%%/jwchat/send.html.fr
+%%WWW_ROOT%%/jwchat/send.html.html
+%%WWW_ROOT%%/jwchat/send.html.it
+%%WWW_ROOT%%/jwchat/send.html.nl
+%%WWW_ROOT%%/jwchat/send.html.ru
+%%WWW_ROOT%%/jwchat/send.html.vi_VN
+%%WWW_ROOT%%/jwchat/sha1.js
+%%WWW_ROOT%%/jwchat/shared.js.de
+%%WWW_ROOT%%/jwchat/shared.js.en
+%%WWW_ROOT%%/jwchat/shared.js.es
+%%WWW_ROOT%%/jwchat/shared.js.fr
+%%WWW_ROOT%%/jwchat/shared.js.it
+%%WWW_ROOT%%/jwchat/shared.js.js
+%%WWW_ROOT%%/jwchat/shared.js.nl
+%%WWW_ROOT%%/jwchat/shared.js.ru
+%%WWW_ROOT%%/jwchat/shared.js.vi_VN
+%%WWW_ROOT%%/jwchat/sounds.js.de
+%%WWW_ROOT%%/jwchat/sounds.js.en
+%%WWW_ROOT%%/jwchat/sounds.js.es
+%%WWW_ROOT%%/jwchat/sounds.js.fr
+%%WWW_ROOT%%/jwchat/sounds.js.it
+%%WWW_ROOT%%/jwchat/sounds.js.js
+%%WWW_ROOT%%/jwchat/sounds.js.nl
+%%WWW_ROOT%%/jwchat/sounds.js.ru
+%%WWW_ROOT%%/jwchat/sounds.js.vi_VN
+%%WWW_ROOT%%/jwchat/sounds/chat_queue.swf
+%%WWW_ROOT%%/jwchat/sounds/chat_recv.swf
+%%WWW_ROOT%%/jwchat/sounds/connected.swf
+%%WWW_ROOT%%/jwchat/sounds/message_queue.swf
+%%WWW_ROOT%%/jwchat/sounds/message_recv.swf
+%%WWW_ROOT%%/jwchat/sounds/offline.swf
+%%WWW_ROOT%%/jwchat/sounds/online.swf
+%%WWW_ROOT%%/jwchat/sounds/sound.html
+%%WWW_ROOT%%/jwchat/sounds/sound.html.de
+%%WWW_ROOT%%/jwchat/sounds/sound.html.en
+%%WWW_ROOT%%/jwchat/sounds/sound.html.es
+%%WWW_ROOT%%/jwchat/sounds/sound.html.fr
+%%WWW_ROOT%%/jwchat/sounds/sound.html.html
+%%WWW_ROOT%%/jwchat/sounds/sound.html.it
+%%WWW_ROOT%%/jwchat/sounds/sound.html.nl
+%%WWW_ROOT%%/jwchat/sounds/sound.html.ru
+%%WWW_ROOT%%/jwchat/sounds/sound.html.vi_VN
+%%WWW_ROOT%%/jwchat/sounds/startup.swf
+%%WWW_ROOT%%/jwchat/status.html.de
+%%WWW_ROOT%%/jwchat/status.html.en
+%%WWW_ROOT%%/jwchat/status.html.es
+%%WWW_ROOT%%/jwchat/status.html.fr
+%%WWW_ROOT%%/jwchat/status.html.html
+%%WWW_ROOT%%/jwchat/status.html.it
+%%WWW_ROOT%%/jwchat/status.html.nl
+%%WWW_ROOT%%/jwchat/status.html.ru
+%%WWW_ROOT%%/jwchat/status.html.vi_VN
+%%WWW_ROOT%%/jwchat/statusLed.js.de
+%%WWW_ROOT%%/jwchat/statusLed.js.en
+%%WWW_ROOT%%/jwchat/statusLed.js.es
+%%WWW_ROOT%%/jwchat/statusLed.js.fr
+%%WWW_ROOT%%/jwchat/statusLed.js.it
+%%WWW_ROOT%%/jwchat/statusLed.js.js
+%%WWW_ROOT%%/jwchat/statusLed.js.nl
+%%WWW_ROOT%%/jwchat/statusLed.js.ru
+%%WWW_ROOT%%/jwchat/statusLed.js.vi_VN
+%%WWW_ROOT%%/jwchat/subscription.html.de
+%%WWW_ROOT%%/jwchat/subscription.html.en
+%%WWW_ROOT%%/jwchat/subscription.html.es
+%%WWW_ROOT%%/jwchat/subscription.html.fr
+%%WWW_ROOT%%/jwchat/subscription.html.html
+%%WWW_ROOT%%/jwchat/subscription.html.it
+%%WWW_ROOT%%/jwchat/subscription.html.nl
+%%WWW_ROOT%%/jwchat/subscription.html.ru
+%%WWW_ROOT%%/jwchat/subscription.html.vi_VN
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.de
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.en
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.es
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.fr
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.html
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.it
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.nl
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.ru
+%%WWW_ROOT%%/jwchat/subscriptionRequest.html.vi_VN
+%%WWW_ROOT%%/jwchat/switchStyle.js.de
+%%WWW_ROOT%%/jwchat/switchStyle.js.en
+%%WWW_ROOT%%/jwchat/switchStyle.js.es
+%%WWW_ROOT%%/jwchat/switchStyle.js.fr
+%%WWW_ROOT%%/jwchat/switchStyle.js.it
+%%WWW_ROOT%%/jwchat/switchStyle.js.js
+%%WWW_ROOT%%/jwchat/switchStyle.js.nl
+%%WWW_ROOT%%/jwchat/switchStyle.js.ru
+%%WWW_ROOT%%/jwchat/switchStyle.js.vi_VN
+%%WWW_ROOT%%/jwchat/unsupported.html.de
+%%WWW_ROOT%%/jwchat/unsupported.html.en
+%%WWW_ROOT%%/jwchat/unsupported.html.es
+%%WWW_ROOT%%/jwchat/unsupported.html.fr
+%%WWW_ROOT%%/jwchat/unsupported.html.html
+%%WWW_ROOT%%/jwchat/unsupported.html.it
+%%WWW_ROOT%%/jwchat/unsupported.html.nl
+%%WWW_ROOT%%/jwchat/unsupported.html.ru
+%%WWW_ROOT%%/jwchat/unsupported.html.vi_VN
+%%WWW_ROOT%%/jwchat/userhist.html.de
+%%WWW_ROOT%%/jwchat/userhist.html.en
+%%WWW_ROOT%%/jwchat/userhist.html.es
+%%WWW_ROOT%%/jwchat/userhist.html.fr
+%%WWW_ROOT%%/jwchat/userhist.html.html
+%%WWW_ROOT%%/jwchat/userhist.html.it
+%%WWW_ROOT%%/jwchat/userhist.html.nl
+%%WWW_ROOT%%/jwchat/userhist.html.ru
+%%WWW_ROOT%%/jwchat/userhist.html.vi_VN
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.de
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.en
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.es
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.fr
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.html
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.it
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.nl
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.ru
+%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.vi_VN
+%%WWW_ROOT%%/jwchat/usernote.html.de
+%%WWW_ROOT%%/jwchat/usernote.html.en
+%%WWW_ROOT%%/jwchat/usernote.html.es
+%%WWW_ROOT%%/jwchat/usernote.html.fr
+%%WWW_ROOT%%/jwchat/usernote.html.html
+%%WWW_ROOT%%/jwchat/usernote.html.it
+%%WWW_ROOT%%/jwchat/usernote.html.nl
+%%WWW_ROOT%%/jwchat/usernote.html.ru
+%%WWW_ROOT%%/jwchat/usernote.html.vi_VN
+%%WWW_ROOT%%/jwchat/userprops.html.de
+%%WWW_ROOT%%/jwchat/userprops.html.en
+%%WWW_ROOT%%/jwchat/userprops.html.es
+%%WWW_ROOT%%/jwchat/userprops.html.fr
+%%WWW_ROOT%%/jwchat/userprops.html.html
+%%WWW_ROOT%%/jwchat/userprops.html.it
+%%WWW_ROOT%%/jwchat/userprops.html.nl
+%%WWW_ROOT%%/jwchat/userprops.html.ru
+%%WWW_ROOT%%/jwchat/userprops.html.vi_VN
+%%WWW_ROOT%%/jwchat/vcard.html.de
+%%WWW_ROOT%%/jwchat/vcard.html.en
+%%WWW_ROOT%%/jwchat/vcard.html.es
+%%WWW_ROOT%%/jwchat/vcard.html.fr
+%%WWW_ROOT%%/jwchat/vcard.html.html
+%%WWW_ROOT%%/jwchat/vcard.html.it
+%%WWW_ROOT%%/jwchat/vcard.html.nl
+%%WWW_ROOT%%/jwchat/vcard.html.ru
+%%WWW_ROOT%%/jwchat/vcard.html.vi_VN
+%%WWW_ROOT%%/jwchat/version.js
+%%WWW_ROOT%%/jwchat/xmlextras.js
+@dirrm %%WWW_ROOT%%/jwchat/sounds
+@dirrm %%WWW_ROOT%%/jwchat/images/screenshots
+@dirrm %%WWW_ROOT%%/jwchat/images/emoticons/rythmbox
+@dirrm %%WWW_ROOT%%/jwchat/images/emoticons
+@dirrm %%WWW_ROOT%%/jwchat/images
+@dirrm %%WWW_ROOT%%/jwchat