wvuing/cenrep/IMPrivateCRKeys.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: IM Private CR Keys
       
    15 *
       
    16 */
       
    17 #ifndef IMPRIVATECRKEYS_H
       
    18 #define IMPRIVATECRKEYS_H
       
    19 
       
    20 #include "IMNGInternalCRKeys.h"
       
    21 
       
    22 // First login done or not done (Etrue/EFalse)
       
    23 const TUint32 KIMFirstLogin        = 0x00000000;
       
    24 
       
    25 // Default screen name in use or not in use (ETrue/EFalse)
       
    26 const TUint32 KIMScreenNameInUse   = 0x00000001;
       
    27 
       
    28 // Presence update automatic or not (ETrue/EFalse)
       
    29 // default value 1
       
    30 const TUint32 KIMAutoPresence      = 0x00000002;
       
    31 
       
    32 // History shown or not shown (ETrue/EFalse)
       
    33 const TUint32 KIMShowHistory       = 0x00000003;
       
    34 
       
    35 // Authorization level of receiving instant messages (All, Friends, None)
       
    36 const TUint32 KIMAuthIM            = 0x00000005;
       
    37 
       
    38 // Authorization level of receiving invites (All, Friends, None)
       
    39 const TUint32 KIMAuthInvite        = 0x00000006;
       
    40 
       
    41 // Speed of message flow (range from 1 to 10)
       
    42 // default value 5
       
    43 const TUint32 KIMMsgFlow           = 0x00000007;
       
    44 
       
    45 // Order of friends list (by presence, by alphabetic)
       
    46 const TUint32 KIMOrderFriends      = 0x00000008;
       
    47 
       
    48 // Default screen name
       
    49 // default value ""
       
    50 const TUint32 KIMDefScreenName     = 0x00000009;
       
    51 
       
    52 // Own user id
       
    53 // default value ""
       
    54 const TUint32 KIMOwnUserId         = 0x0000000a;
       
    55 
       
    56 // Own alias name
       
    57 // default value ""
       
    58 const TUint32 KIMAliasName         = 0x0000000b;
       
    59 
       
    60 // Tone file name
       
    61 // default value "z:\\Nokia\\Sounds\\Digital\\Chat alert.mid"
       
    62 const TUint32 KIMAlertTone         = 0x0000000c;
       
    63 
       
    64 // Show offline contacts (ETrue/EFalse)
       
    65 const TUint32 KIMOfflineContacts   = 0x0000000d;
       
    66 
       
    67 // Status messages for online status.
       
    68 const TUint32 KIMStatusMsgOnline    = 0x0000000e;
       
    69 
       
    70 // Status messages for away status.
       
    71 const TUint32 KIMStatusMsgAway      = 0x0000000f;
       
    72 
       
    73 // Status messages for busy status.
       
    74 const TUint32 KIMStatusMsgBusy      = 0x00000010;
       
    75 
       
    76 // Start of the Variation Flags in Cenrep
       
    77 const TUint32 KIMStartVariationID 	= 0x00000011;
       
    78 
       
    79 // Start of the Variation Flags in Cenrep
       
    80 //const TUint32 KIMCUStartVariationID 	= 0x00000054;
       
    81 const TUint32 KIMCUStartVariationID 	= 0x00000058;
       
    82 
       
    83 //Local variation API
       
    84 //Local variation key. Enumerations can be found from Inc\IMVariant.hrh
       
    85 const TUint32 KIMVariationKey = 0x00000000;
       
    86 
       
    87 #endif      // IMPRIVATECRKEYS_H