[prev in list] [next in list] [prev in thread] [next in thread] 

List:       licq-cvs
Subject:    [Licq-cvs] licq/src
From:       Thomas Reitelbach <dreamforce2 () users ! sourceforge ! net>
Date:       2003-05-23 11:08:13
[Download RAW message or body]

Update of /cvsroot/licq/licq/src
In directory sc8-pr-cvs1:/tmp/cvs-serv24975

Modified Files:
	icqd-srv.cpp 
Log Message:
implement error handler for logon error 0x15 and similar.


Index: icqd-srv.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-srv.cpp,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- icqd-srv.cpp	22 May 2003 21:49:28 -0000	1.110
+++ icqd-srv.cpp	23 May 2003 11:08:11 -0000	1.111
@@ -4438,6 +4438,18 @@
     gLog.Error("%sInvalid UIN and password combination.\n", L_ERRORxSTR);
     PushPluginSignal(new CICQSignal(SIGNAL_LOGOFF, LOGOFF_PASSWORD, 0));
     break;
+    
+  case 0x0C:
+  case 0x0D:
+  case 0x12:
+  case 0x13:
+  case 0x14:
+  case 0x15:
+  case 0x1A:
+  case 0x1F:
+    gLog.Error("%sThe AOL Instant Messenger service is temporarily unavailable.\n"
+               "Please try again later.\n", L_ERRORxSTR);
+    break;  
 
   case 0:
     break;



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Licq-cvs mailing list
Licq-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/licq-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic