Java instant messenger

Reply

Join Date: Oct 2006
Posts: 57
Reputation: tygerberg is an unknown quantity at this point 
Solved Threads: 0
tygerberg tygerberg is offline Offline
Junior Poster in Training

Java instant messenger

 
0
  #1
Oct 26th, 2006
Hi
I want to program a IM in java, but I don't know where to start. I can't find information on the net about IM programming. Could anyone please help me, I'm lost. I want to hopefully get the IM working from pc to mobile phone and vice versa. Any information that would get me started will be appreciated.
Thanks
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 763
Reputation: Phaelax is on a distinguished road 
Solved Threads: 38
Phaelax Phaelax is offline Offline
Master Poster

Re: Java instant messenger

 
0
  #2
Oct 26th, 2006
Search for tutorials on using Sockets and SocketServers. I'd give you a link to one I have bookmarked but I seem to currently be locked out of my own desktop.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,189
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 483
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Java instant messenger

 
0
  #3
Oct 29th, 2006
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 1
Reputation: mdbyambaa is an unknown quantity at this point 
Solved Threads: 0
mdbyambaa mdbyambaa is offline Offline
Newbie Poster

Re: Java instant messenger

 
-1
  #4
Jun 21st, 2008
Hi all i have a one big problem. How to do messenger server ? ! . I'm not sure using thread becouse thread is limited and performance ! Please help you solution
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Java instant messenger

 
0
  #5
Jun 21st, 2008
do your own homework, thread hijacker.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 514
Reputation: Jishnu will become famous soon enough Jishnu will become famous soon enough 
Solved Threads: 26
Jishnu's Avatar
Jishnu Jishnu is offline Offline
Posting Pro

Re: Java instant messenger

 
0
  #6
Jun 22nd, 2008
Edited: Oh, I didn't realize earlier that this thread was as old one.

I'd done PC to PC IM earlier. For that, you'll have to use socket programming, multi threading, exception handling and AWT. If you know all these topics, then post your specific problem and you'll get help.
Last edited by Jishnu; Jun 22nd, 2008 at 2:18 pm. Reason: Realization!!
"You know you're a computer geek when you try to shoo a fly away from the monitor screen with your cursor. That just happened to me. It was scary." - Juuso Heimonen.

"The only truly secure computer is one buried in concrete, with the power turned off and the network cable cut." - Anonymous.
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 2
Reputation: dkerber is an unknown quantity at this point 
Solved Threads: 0
dkerber dkerber is offline Offline
Newbie Poster

Re: Java instant messenger

 
0
  #7
Mar 24th, 2009
So, question on the connection... Since I imagine sockets in java just send plain text, what is the best way to secure the connection? I am curious for log-ins.
Sending the password in plaintext doesn't seem like a great idea, and hashing it in the client and sending the hash to the server seems equally bad. Is it best to just encrypt the password string, send it over, then decrypt it?
What do you suggest?
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 128
Reputation: PhiberOptik is an unknown quantity at this point 
Solved Threads: 4
PhiberOptik's Avatar
PhiberOptik PhiberOptik is offline Offline
Junior Poster

Re: Java instant messenger

 
0
  #8
Mar 24th, 2009
I don't know if this helps but you could use JXTA (p2p via java) OR when I was in need of a chat system I used PIRC a java api for making IRC bots, works just as well making a chat system when integrated with a gui. here is the link http://www.jibble.org/pircbot.php
History will be kind to me for I intend to write it.
---------------------------------- Sir Winston Churchill
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 2
Reputation: dkerber is an unknown quantity at this point 
Solved Threads: 0
dkerber dkerber is offline Offline
Newbie Poster

Re: Java instant messenger

 
0
  #9
Mar 24th, 2009
What I am working on is not strictly a chat program, but the same ideas apply. Because of this, I need to log into a server from the client just as an instant messenger would.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 128
Reputation: PhiberOptik is an unknown quantity at this point 
Solved Threads: 4
PhiberOptik's Avatar
PhiberOptik PhiberOptik is offline Offline
Junior Poster

Re: Java instant messenger

 
0
  #10
Mar 25th, 2009
Originally Posted by dkerber View Post
What I am working on is not strictly a chat program, but the same ideas apply. Because of this, I need to log into a server from the client just as an instant messenger would.
Ah, well good luck. I designed a chat program so i can do off-site tech support, it includes everything from file transfers, remote desktop, and soon voice =) all over jxta
History will be kind to me for I intend to write it.
---------------------------------- Sir Winston Churchill
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC