secure chat client

I want to write a chat program that connects to the other computer using sockets. I plan to transmit strings, so how would I go about the networking?

Winner takes all.

1st to solve my dilemma gets 10 duke stars!!!

[232 byte] By [1cMas5_cowa] at [2007-11-27 11:45:05]
# 1

dilemma?

Read this http://java.sun.com/docs/books/tutorial/networking/index.html

cotton.ma at 2007-7-29 17:59:46 > top of Java-index,Core,Core APIs...
# 2

and where does that "secure" come in?

jwentinga at 2007-7-29 17:59:46 > top of Java-index,Core,Core APIs...
# 3

> and where does that "secure" come in?

https://java.sun.com/docs/books/tutorial/networking/index.html

cotton.ma at 2007-7-29 17:59:46 > top of Java-index,Core,Core APIs...
# 4

> dilemma?

>

> Read this

> http://java.sun.com/docs/books/tutorial/networking/ind

> ex.html

You get the prize. Thank you.

1cMas5_cowa at 2007-7-29 17:59:46 > top of Java-index,Core,Core APIs...
# 5

> > and where does that "secure" come in?

>

> https://java.sun.com/docs/books/tutorial/networking/in

> dex.html

he didn't mention any security requirements, that's why I asked...

What exactly does he want to be secure for example? And how secure should it be?

jwentinga at 2007-7-29 17:59:46 > top of Java-index,Core,Core APIs...
# 6

> > > and where does that "secure" come in?

> >

> >

> https://java.sun.com/docs/books/tutorial/networking/in

>

> > dex.html

>

> he didn't mention any security requirements, that's

> why I asked...

> What exactly does he want to be secure for example?

> And how secure should it be?

Did you miss the all important s?

:)

cotton.ma at 2007-7-29 17:59:46 > top of Java-index,Core,Core APIs...