summaryrefslogtreecommitdiff
path: root/Protocols
diff options
context:
space:
mode:
Diffstat (limited to 'Protocols')
-rw-r--r--Protocols/IAX/IAXProto.cpp2
-rw-r--r--Protocols/IAX/commons.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Protocols/IAX/IAXProto.cpp b/Protocols/IAX/IAXProto.cpp
index 4763378..d8108e2 100644
--- a/Protocols/IAX/IAXProto.cpp
+++ b/Protocols/IAX/IAXProto.cpp
@@ -121,7 +121,7 @@ DWORD_PTR __cdecl IAXProto::GetCaps( int type, HANDLE hContact )
return 0;
case PFLAGNUM_4:
- return PF4_NOCUSTOMAUTH;
+ return 0;
case PFLAG_UNIQUEIDTEXT:
return (UINT_PTR) Translate("Username");
diff --git a/Protocols/IAX/commons.h b/Protocols/IAX/commons.h
index e3b57ee..386ccf5 100644
--- a/Protocols/IAX/commons.h
+++ b/Protocols/IAX/commons.h
@@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA.
#include <list>
// Miranda headers
-#define MIRANDA_VER 0x0900
+#define MIRANDA_VER 0x0800
#include <win2k.h>
#include <newpluginapi.h>
#include <m_system.h>