AOL changed the TOC protocol such that kinkatta can't connect

submitted by maintainer Jeff Nathan <jeff@wwti.com>
This commit is contained in:
mark 2002-01-20 09:50:39 +00:00
parent 4c2b8be2c6
commit bb347d7111
2 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/27 05:12:26 kevlo Exp $
# $OpenBSD: Makefile,v 1.2 2002/01/20 09:50:39 mark Exp $
COMMENT= "QT/KDE based AOL Instant Messenter (AiM) client"
# version 1.01 has problems building because of changes to Makefile.in
VERSION= 1.00
DISTNAME= kinkatta-${VERSION}
CATEGORIES= net

View File

@ -0,0 +1,11 @@
--- kinkatta/network/taim.cpp.orig Sun Oct 21 19:48:29 2001
+++ kinkatta/network/taim.cpp Wed Jan 16 18:41:18 2002
@@ -710,7 +710,7 @@
{
QString data;
//data.sprintf("toc_signon %s %s %s %s %s %s", auth_host.latin1(), auth_port.latin1(),(tocNormalize(username)).latin1(), r_password.latin1(),TOC_LANG, tocProcess("TIK:$Revision: 1.46 $").latin1());
- data.sprintf("toc_signon %s %s %s %s %s %s", auth_host.latin1(), auth_port.latin1(),(tocNormalize(username)).latin1(), r_password.latin1(),TOC_LANG, tocProcess("kinkatta:\\$Revision: 1.46 $").latin1());
+ data.sprintf("toc_signon %s %s %s %s %s %s", auth_host.latin1(), auth_port.latin1(),(tocNormalize(username)).latin1(), r_password.latin1(),TOC_LANG, tocProcess("penguin").latin1());
//data.sprintf("toc_signon %s %s %s %s %s \"TIK:$Revision: 1.46 $\"", auth_host.latin1(), auth_port.latin1(), (tocNormalize(username)).latin1(), r_password.latin1(), lang.latin1());
// frame is set up, now send it