Share

JabberFoX

Tracker: Patches

5 Modifications for SSL - ID: 625310
Last Update: Attachment added ( atomicpunk )

It didn't take much... the main problem was that the
keepalive was using the writeByte method that sent a
single byte without using the SSL socket. After you
send 4, it causes a reset which drops the connection.

I fixed writeByte, writeWord, and writeLong.

I also changed the SSL context to TLSv1, and modified
the startup and shutdown calls slightly to what at
least appeared to be "more correct".

It seems to be stable, I've used it for several hours
now with my SSL-only jabber server.

Warning: I'm not an Objective C programmer. :)


Cott Lang ( atomicpunk ) - 2002-10-18 16:56

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
JFSocket.m new JFSocket.m Download

Change ( 1 )

Field Old Value Date By
File Added 33399: JFSocket.m 2002-10-18 16:56 atomicpunk