simpledatamodeladapter/inc/presenceplugindef.h
branchGCC_SURGE
changeset 28 d9861ae9169c
parent 23 77cb48a03620
parent 26 04ca1926b01c
equal deleted inserted replaced
23:77cb48a03620 28:d9861ae9169c
     1 /*
       
     2 * Copyright (c) 2006 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:  IETF SIMPLE Protocol implementation for XIMP Framework
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRESENCEPLUGINDEF_H
       
    19 #define PRESENCEPLUGINDEF_H
       
    20 
       
    21 #include <e32std.h>
       
    22 
       
    23 
       
    24 /**
       
    25  * C++ compatible definitions for XIMP PRESENCE protocol.
       
    26  *
       
    27  * This must be kept in-sync with definitions in
       
    28  * "simpleplugin_resource.hrh"
       
    29  */
       
    30 
       
    31 //XIMP primary test protocol
       
    32 const TInt K_PRESENCEPLUGIN_1_VERSION_NO          = 1;
       
    33 _LIT( K_PRESENCEPLUGIN_1_DISPLAY_NAME,            "XIMP PRESENCE protocol" );
       
    34 _LIT( K_PRESENCEPLUGIN_1_DEFAULT_DATA,            "PRESENCE" );
       
    35 _LIT( K_PRESENCEPLUGIN_1_OPAQUE_DATA ,             "<p>Nokia<f>feat/pres/pub<f>feat/pres/fetch<f>feat/pres/subs<s>sip" );
       
    36 
       
    37 
       
    38 #endif // PRESENCEPLUGINDEF_H