im.pidgin.cpw.resiak.disconnectreason: ba7fb5c364f625c38e29dd68cff4a0cdb0853f5b

resiak at soc.pidgin.im resiak at soc.pidgin.im
Wed Oct 3 13:58:01 EDT 2007


revision:            ba7fb5c364f625c38e29dd68cff4a0cdb0853f5b
date:                2007-09-18T21:12:28
author:              resiak at soc.pidgin.im
branch:              im.pidgin.cpw.resiak.disconnectreason
changelog:
Add PURPLE_REASON_INVALID_USERNAME, which should go away as soon as there's
some hook for prpls to validate the account settings before connecting.

manifest:
format_version "1"

new_manifest [8ae935d3aa0ebf54075a0d2049c26cf9998d287b]

old_revision [fb9a441fdd156e4069ab1177fa8798bab87fa167]

patch "libpurple/connection.h"
 from [43d82856db7441c1391b6282a11be7b9e43fa14d]
   to [77f349cf8b13358e8468b2e3e4fb3b013321132e]
-------------- next part --------------
#
#
# patch "libpurple/connection.h"
#  from [43d82856db7441c1391b6282a11be7b9e43fa14d]
#    to [77f349cf8b13358e8468b2e3e4fb3b013321132e]
#
============================================================
--- libpurple/connection.h	43d82856db7441c1391b6282a11be7b9e43fa14d
+++ libpurple/connection.h	77f349cf8b13358e8468b2e3e4fb3b013321132e
@@ -71,6 +71,13 @@ typedef enum
 	 */
 	PURPLE_REASON_NAME_IN_USE,
 
+	/** The username for the account isn't valid.
+	 *  @todo This reason really shouldn't be necessary.  Usernames and
+	 *        other account preferences should be validated when the
+	 *        account is created.
+	 */
+	PURPLE_REASON_INVALID_USERNAME,
+
 	/** The server did not provide a SSL certificate. */
 	PURPLE_REASON_CERT_NOT_PROVIDED,
 	/** The server's SSL certificate could not be trusted. */


More information about the Commits mailing list