1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
The apache2 configuration assumes that jwchat has its own your virtual server
name. In the most simple test case change /etc/hosts in the following way:
127.0.0.1 localhost.localdomain localhost jabber
That naturally works only on localhost. If you want to see all the
configuration options, just run:
dpkg-reconfigure -plow jwchat
The default configuration assumes you have installed ejabberd locally. jwchat
manages the following configuration files:
* /etc/jwchat/config.js
* /etc/apache2/sites-available/jwchat
which can be changed as needed.
Torsten Werner
Sounds in jwchat
The upstream version of jwchat ships multiple .swf files but they are not
built from source. This is a policy and licence violation. So, we remove
the swf files and comment the method "playSound" in src/jwchat.html file,
for no longer play sounds. =/
-- Marcelo Jorge Vieira <metal@debian.org> Fri, 17 Sep 2010 18:05:10 -0300
Need Support?
For upstream questions, go to the forum in sf.net:
https://sourceforge.net/forum/forum.php?forum_id=317560
For developers, there is a mailing list:
https://lists.sourceforge.net/lists/listinfo/jwchat-devel
For questions on the debian package use this mailing list:
http://lists.alioth.debian.org/mailman/listinfo/pkg-xmpp-devel
Martin Lohmeier
|