LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-20-2006, 04:23 AM   #1
kartheekpn
Member
 
Registered: Mar 2005
Location: bangalore
Posts: 100

Rep: Reputation: 15
Open Source Chat Software


Hello All,

I am in the look out for a chat server for the communication between employees from my Head Office and Branch office (Via Internet).
I am looking for a Web Browser (IE, Firefox) based client and am ready for any technology (java,php,perl) on the server side.
Please do guide me to the most suitable tool.

Thanks & Regards
KartheeK
 
Old 07-20-2006, 04:38 AM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Go to http://freshmeat.net and search for "+irc +web"

Might as well go with the mother of all chat-programs ;}


Cheers,
Tink
 
Old 07-20-2006, 05:09 AM   #3
kartheekpn
Member
 
Registered: Mar 2005
Location: bangalore
Posts: 100

Original Poster
Rep: Reputation: 15
Hoo I see too many of them, hard to decide on...
I am looking for the following features in particular:

Open Source
Web Client [IE, Firefox]
user chat converstaion logs
Java will be plus point

I am going thru the big list...
Help is Invited

Thanks
KartheeK

Last edited by kartheekpn; 07-20-2006 at 05:10 AM.
 
Old 07-20-2006, 07:35 AM   #4
Michael_aust
Member
 
Registered: Aug 2005
Location: Lancashire (United Kingdom)
Distribution: Debian Etch, on 686 machine.
Posts: 509

Rep: Reputation: 31
Have you considered running a jabber server.

Then you coukd run Web jabber as a browser based jabber client
 
Old 08-16-2006, 03:54 AM   #5
kartheekpn
Member
 
Registered: Mar 2005
Location: bangalore
Posts: 100

Original Poster
Rep: Reputation: 15
Ok, finally I decided and implemented jwchat+ejabberd. This combo gives me freedom from installing any client side component... I am also intending to integate this combo with datasink, which would allow me to log all the chat converstations....
 
Old 09-19-2006, 10:24 AM   #6
katoom187
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora
Posts: 28

Rep: Reputation: 15
I know it's an old thread, but...

Any luck with that? I'm looking into the same kind of software.
 
Old 09-19-2006, 10:53 AM   #7
kartheekpn
Member
 
Registered: Mar 2005
Location: bangalore
Posts: 100

Original Poster
Rep: Reputation: 15
jwchat + ejabberd will do the job.....
Here are the quick installation notes... that i had noted down...
Hope, I have not left out anything....

Step 1. Download the latest version of ejabberd binary executable

Step 2. Download the latest .tar.gz version for jwchat

Step 3. Move the binary executable of ejabberd to /usr/local/src
mv ejabberd-1.1.1.bin /usr/local/src

Step 4. cd /usr/local/src

Step 5. chmod 777 ejabberd-1.1.1.bin

Step 6. ./ejabberd-1.1.1.bin

Step 7. The binary file on executing prompts for license agreement

Step 8. It next prompts for the installation directory and hostname of the server,
type in the FQDN of the server

Step 9. It next prompts for the installation location path, /opt is the default.

Step 10. Follow, the installation steps, as prompted.

Step 11. start the ejabberd server.
cd /opt/ejabberd-1.1.1/bin
./start

Step 12. Unpack the jwchat package
tar xzvf jwchat.tar.gz

Step 13. mv jwchat /var/www/html

Step 14. cd /var/www/html/jwchat

Step 15. vi config.js
var SITENAME = "hostname.domain.com"

Step 16. vi .htaccess

AddDefaultCharset UTF-8
Options +MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule http-poll/ http://127.0.0.1:5280/http-poll/ [P]
</IfModule>

Further, If you want to log the messages on to a DB, use bandersnatch..., myself I have not tried it successfully yet...
Here are the incomplete steps...

Installing Bandersnatch

Download the latest version of bandersnatch,
from:http://www.funkypenguin.co.za/bandersnatch/
Make sure that you have registered in the website, else the download
will not be available.

http://ejabberd.jabber.ru/install-bandersnatch

Step 1. Download Net ::XMPP and Net::Jabber from http://search.cpan.org/~reatmon/
Net-XMPP-1.0.tar.gz
Net-Jabber-2.0.tar.gz

Step 2. mv Net-XMPP-1.0.tar.gz /usr/local/src
mv Net-Jabber-2.0.tar.gz /usr/local/src

Step 3. cd /usr/local/src
tar xzvf Net-XMPP-1.0.tar.gz
tar xzvf Net-Jabber-2.0.tar.gz


Step 4. cd Net-XMPP-1.0
chmod 777 Makefile.PL
perl Makefile.PL
make
make install



Step 5. cd ../Net-Jabber-2.0
chmod 777 Makefile.PL
perl Makefile.PL
make
make install
 
Old 09-19-2006, 12:54 PM   #8
katoom187
LQ Newbie
 
Registered: Feb 2005
Distribution: Fedora
Posts: 28

Rep: Reputation: 15
Thanks

Can't beat that for a strait forward reply. One other question, I'm setting this up for a library and the staff would like patrons to be able to send reference questions from our website (done in PHP, if it makes a difference). Does it provide any means to restrict which users message which? I don't want to become a public chat server, just provide an easy way to chat with reference staff.

Thanks a million
 
Old 09-19-2006, 02:29 PM   #9
kartheekpn
Member
 
Registered: Mar 2005
Location: bangalore
Posts: 100

Original Poster
Rep: Reputation: 15
I dont remember seeing such feature..., all i remeber is that there is a configuration file in there, which allows a type of access list to be configured...(sorry for poor memory : ) )...., chk out ejabberd's config file....

Regards,
KartheeK
 
Old 09-19-2006, 10:21 PM   #10
filex
Member
 
Registered: Sep 2004
Posts: 56

Rep: Reputation: 15
How about Wildfire? http://www.jivesoftware.org/wildfire/
 
Old 09-20-2006, 02:23 AM   #11
kartheekpn
Member
 
Registered: Mar 2005
Location: bangalore
Posts: 100

Original Poster
Rep: Reputation: 15
Hi Filex,

I had previously not seen that, i am curious to know, if this one needs an client side chat tool installation for this to work, or is it that it can be done thru IE or Mozilla?

KartheeK
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help: Free Software vs. Open Source Software General_Tso Linux - General 13 12-17-2005 09:49 PM
LXer: Open Source Software Will Permeate Enterprise Software, Says The ... LXer Syndicated Linux News 0 12-12-2005 08:31 PM
Open Source Chat server kartheekpn Linux - Software 1 10-27-2005 03:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration