head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.05.01.17.54.09; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Added numerous patches from the official CVS. @ text @date: 2003/02/26 21:08:58; author: temas; state: Exp; lines: +5 -0 Actually disable port 5222 if no diff -u -r1.81 -r1.82 --- pthsock/client.c 8 Feb 2002 07:44:18 -0000 1.81 +++ pthsock/client.c 26 Feb 2003 21:08:58 -0000 1.82 @@@@ -583,6 +583,10 @@@@ if(set_karma == 1) mio_karma2(m, k); } } +/* XXX Added by temas on Feb 26, 2003: This makes it actually able to remove + * port 5222 + */ +#if 0 else /* no special config, use defaults */ { mio m; @@@@ -594,6 +598,7 @@@@ /* set new karma valuse */ if(set_karma == 1) mio_karma2(m, k); } +#endif #ifdef HAVE_SSL /* listen on SSL sockets */ @ .