From 18653f6aeb1ee4007df4402f78bbb82b6f915ba7 Mon Sep 17 00:00:00 2001 From: pescuma Date: Tue, 29 Dec 2009 19:21:19 +0000 Subject: sip: start of buddy management git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@197 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/SIP/resource.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'Protocols/SIP/resource.h') diff --git a/Protocols/SIP/resource.h b/Protocols/SIP/resource.h index 4569f2a..daa7fb8 100644 --- a/Protocols/SIP/resource.h +++ b/Protocols/SIP/resource.h @@ -9,11 +9,18 @@ #define IDC_USERNAME 1000 #define IDC_PASSWORD 1001 #define IDC_NAME 1002 +#define IDC_REALM 1002 #define IDC_NUMBER 1003 #define IDC_PORT 1004 -#define IDC_STUN_PORT 1005 +#define IDC_REG_PORT 1005 +#define IDC_DNS_PORT 1006 +#define IDC_STUN_PORT 1007 +#define IDC_PROXY_PORT 1008 #define IDC_HOST 1043 -#define IDC_STUN_HOST 1044 +#define IDC_REG_HOST 1044 +#define IDC_DNS_HOST 1045 +#define IDC_STUN_HOST 1046 +#define IDC_PROXY_HOST 1047 #define IDC_SAVEPASSWORD 1048 #define IDC_INPUT_TOO 1060 #define IDC_IGNORE_UPPERCASE 1065 @@ -25,7 +32,10 @@ #define IDC_ONLY_ISOLATED 1086 #define IDC_ONLY_ISOLATED2 1087 #define IDC_CUSTOM_SMILEYS 1087 +#define IDC_PUBLISH 1087 #define IDC_VIDEO 1088 +#define IDC_PUBLISH2 1088 +#define IDC_KEEPALIVE 1088 #define IDC_STATIC -1 // Next default values for new objects @@ -36,7 +46,7 @@ #define _APS_3D_CONTROLS 1 #define _APS_NEXT_RESOURCE_VALUE 128 #define _APS_NEXT_COMMAND_VALUE 40005 -#define _APS_NEXT_CONTROL_VALUE 1087 +#define _APS_NEXT_CONTROL_VALUE 1088 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3