diff src/protocols/msn/error.h @ 8808:bbd8cdaf0ad5

[gaim-migrate @ 9570] A massive patch by shx to reorganize MSN some more and add command processor support. This allows us to do cool things like produce more detailed error messages. For example, the Invalid Username dialog now shows the username of the invalid user. I modified the aforementioned dialog so it'll look a little nicer looking, and also mention the account this happened on. It also removes the user from your blist, as there's no point to keeping the user on there. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 Apr 2004 22:02:06 +0000
parents 06f57183e29f
children ab6636c5a136
line wrap: on
line diff
--- a/src/protocols/msn/error.h	Sun Apr 25 17:01:38 2004 +0000
+++ b/src/protocols/msn/error.h	Sun Apr 25 22:02:06 2004 +0000
@@ -22,6 +22,18 @@
 #ifndef _MSN_ERROR_H_
 #define _MSN_ERROR_H_
 
+typedef enum
+{
+	MSN_ERROR_NONE,
+	MSN_ERROR_MISC,
+	MSN_ERROR_CONNECT,
+	MSN_ERROR_WRITE,
+	MSN_ERROR_READ,
+	MSN_ERROR_SIGNOTHER,
+	MSN_ERROR_SERVDOWN
+
+} MsnErrorType;
+
 #include "session.h"
 
 /**