imstutils/imconversationview/tsrc/imcvuiengine_test/dummytestadaptation/inc/ossprotocloliterals.h
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  OSS adapter plugin 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __OSSPROTOCOLLITERALS_H__
       
    19 #define __OSSPROTOCOLLITERALS_H__
       
    20 
       
    21 #include <e32base.h>
       
    22 
       
    23 #define CONNMGR_BUS 	"org.freedesktop.Telepathy.ConnectionManager.gabble"
       
    24 #define CONNMGR_PATH 	"/org/freedesktop/Telepathy/ConnectionManager/gabble"
       
    25 #define PROTOCOL 		"jabber"
       
    26 #define TP_IFACE_CONN_MGR_INTERFACE \
       
    27         				"org.freedesktop.Telepathy.ConnectionManager"
       
    28 #define TestId 			"mytest" 
       
    29 #define ServerStr 		"server"
       
    30 #define ResourceStr 	"resource"
       
    31 #define AccountStr 		"account"
       
    32 #define PasswdStr 		"password"
       
    33 #define PortStr 		"port"
       
    34 #define OldsslStr 		"old-ssl"
       
    35 #define PORT 443
       
    36 
       
    37 _LIT(KOSSProtocolConnection, "COSSProtocolConnection");
       
    38 _LIT8(KConnectionFeature, "telepathy/connection ");
       
    39 _LIT( KZeroId, "0" );
       
    40 _LIT(KSlash,"/");
       
    41 _LIT(KEnd,"\0");
       
    42 
       
    43 enum TRegRespState
       
    44 	{
       
    45 	ERequestDelivered = 0,
       
    46 	EResponseRecieved	
       
    47 	};
       
    48 
       
    49 
       
    50 #endif  //__OSSPROTOCOLLITERALS_H__
       
    51 
       
    52 //  End of File
       
    53