diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-30 06:05:24 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-30 06:05:24 +0000 |
commit | 579bf3eb524d1001d5d786d0207568b487b60ba2 (patch) | |
tree | 0e259b81ca25c56f6ffc1f5241e770abae5bab1c /Protocols/SIP/resource.h | |
parent | e9d52596afd12795a9f5533cefc783343996d686 (diff) |
sip:
+ Added info popups
+ Added SRTP option
- Remove TCP connection for protocol (everybody seems to use UDP/TLS only)
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@219 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/resource.h')
-rw-r--r-- | Protocols/SIP/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Protocols/SIP/resource.h b/Protocols/SIP/resource.h index 2cd12ae..8841258 100644 --- a/Protocols/SIP/resource.h +++ b/Protocols/SIP/resource.h @@ -34,6 +34,8 @@ #define IDC_VIDEO 1088
#define IDC_PUBLISH2 1088
#define IDC_KEEPALIVE 1088
+#define IDC_KEEPALIVE2 1089
+#define IDC_SRTP 1089
#define IDC_DOMAIN 1091
#define IDC_STATIC -1
|