voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlprocessordefaults.h
branchRCL_3
changeset 8 7117cbf1600a
parent 2 7b872347d83b
child 11 6134b5029079
--- a/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlprocessordefaults.h	Fri Feb 19 22:44:34 2010 +0200
+++ b/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlprocessordefaults.h	Fri Mar 12 15:42:09 2010 +0200
@@ -49,6 +49,7 @@
 _LIT( KSettingsTypeAdditionalStun,        "additionalstun" );
 _LIT( KSettingsTypeWepKey,                "wepkey" );
 _LIT( KSettingsTypeDestination,           "destination" );
+_LIT( KSettingsTypeEap,                   "eap" );
 // Parameter names (i.e. supported values for 'value' attribute).
 // Generic.
 _LIT( KParamValueName,                    "name" );
@@ -141,6 +142,7 @@
 // ==============================
 //
 _LIT( KILbc, "ILBC" );
+const TInt KDefaultResubscribe = 600;
 
 // ==============================
 // SIP constants
@@ -209,7 +211,8 @@
 _LIT( KSecurityTypeWep,      "WEP" );
 _LIT( KSecurityTypeWpa,      "WPA" );
 _LIT( KSecurityTypeWpa2,     "WPA2" );
-_LIT( KSecurityType8021x,    "801X" );
+_LIT( KSecurityType8021x,    "8021X" );
+_LIT( KEapTypeLeap,          "LEAP" );
 _LIT( KWepAuthModeOpen,      "open" );
 _LIT( KWepAuthModeShared,    "shared" );
 
@@ -233,7 +236,8 @@
     EProxy,
     ERegistrar,
     EAdditionalStun,
-    EWepKey
+    EWepKey,
+    EEap
     };
 
 // Enumeration for parameters.