diff -r 6ca72c0fe49a -r a941bc465d9f wvuing/IMPSConnectionUI/Group/IMConnectionUIVariationNG.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wvuing/IMPSConnectionUI/Group/IMConnectionUIVariationNG.rss Wed Sep 01 12:31:13 2010 +0100 @@ -0,0 +1,206 @@ +/* +* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Resource variation file for PAppConnectionUi + * +*/ + + + + +//New rss file added for 401-1815 Ease of Instant Messaging branding +//These rss flags will be made available in ZCenrep also.. +//When you want to add any of the flags, please add the same to the end of this file +//also update the same in the cenrep sheet at the end + +// RESOURCE IDENTIFIER +NAME IMCU + + +// INCLUDES +#include +#include +#include +#include +#include +#include + + +// RESOURCE DEFINITIONS +// --------------------------------------------------------- +// +// Signature definition, a must-be in an external resource file. +// +// --------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE { } + + +//---------------------------------------------------- +// VARIATION +// You can do resource-file based variation by setting the following number +// resources as you wish. +// This is used in the IMUtils code. Since all the flas are generated with some #define value +// while compiling, this flag stands as the start identifier for the same. +// All other flags will be in sequence following this start id +// This flag is very important for all feature flags to work. + + +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_START_ID { value = 1; } + +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_SHOW_UID_PW_QUERY: +// ------------------------------------------- +// Enable username, password query (1) or disable it (0) during login. +// If enabled, the userid + password query will not be shown, and the +// alias query will be shown instead (from IM Application side). +// This might be needed if the server supports alternative authentication +// methods, such as those based on MSISDN. +// If you don't know whether you need this or not, it's OK to leave it enabled +// (1). This might be needed for some variation purposes. +//---------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_SHOW_UID_PW_QUERY +{ value = 1; } + +// +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_REACTIVE_AUTHORIZATION: +// ------------------------------------------------- +// Enable (1) or disable (0) support for reactive authorization. +// If enabled (1), all proactive presence authorizations are skipped +// during login. Reactive authorization is done instead. +// Set to enabled (1) if you want to use reactive authorization. +// Default value is disabled (0). +// ------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_REACTIVE_AUTHORIZATION +{ value = 0; } + + +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_QUERY +// ---------------------------------------------------- +// Enable (1) or disable (0) the support for "Save +// password"-queries after first login to the server. +// The queries are also shown if the userid or password has +// changed for the server. +// By default this is disabled (0). +// NOTE: You must also define RSC_CRRSS_CHAT_VARIATION_SAVE_PW_QUERY +// in IM Application side to have the same value! +// Refer to the Variation document for more details. +// ---------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_QUERY { value = 0; } + + +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION +// ------------------------------------------------- +// Enable (1) or disable (0) domain selection query for login. +// If enabled (1), there is shown a query where user can choose from predifined +// domain values. The query is shown before user name and password query during +// login. +// The selected domain value ("@domain.com") is then set to the user name field, +// where user can complete it. +// r_chat_variation_impscu_domain_selection_list -resource defines the domain +// values shown on the list +// +// Default value is disabled (0) +// ------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION { value = 0; } + + + +// RSC_CRRSS_CHAT_VARIATION_HAVE_ALIAS +// ----------------------------- +// Enable (1) or disable (0) support for alias attribute. +// If enabled, the alias is added to created attribute lists. +// If disabled, the alias will not be used. +// +// Alias requires support from server, so if you have a server with alias +// support, you can turn this on (1). Otherwise you should leave it +// to the default value of disabled (0). +//---------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_USE_ALIAS_ATTRIBUTE { value = 0; } + + +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_TOU_MESSAGE +// ------------------------------------------------- +// Enable (1) or disable (0) Terms of Use -query. +// If enabled (1), there is shown a query where user has to accept the terms +// of a server before he can login to that server. +// +// Default value is disabled (0) +// ------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_TOU_MESSAGE { value = 0; } + + +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_USERID_TEXTUAL_INPUTMODE: +// --------------------------------------------------- +// Set the default input mode for all userid fields in IMPSCUI +// (login query and service settings). +// If enabled (1), input mode is textual. If disabled (0), input mode +// is numeric (0). +// If you don't know whether you need it or not, leave it enabled (1). +// This might be needed for some variation purposes. For example, for servers +// which support numeric user id fields, this setting can be turned to numeric +// (0) for greater usability. +//---------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_USERID_TEXTUAL_INPUTMODE { value = 1; } + +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_WARNING +// ---------------------------------------------------- +// Enable (1) or disable (0) warning message option +// when saving password. +// +// NOTE! Set the same value to Chat variation also, +// see flag RSC_CRRSS_CHAT_VARIATION_SAVE_PW_WARNING +// in CAVariation.rss. +// +// Values are: +// 0: Warning message is not shown +// 1: Warning message is shown +// +// By default this is disabled (0). +// ---------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_SAVE_PW_WARNING { value = 0; } + +// RSC_CRRSS_CHAT_VARIATION_IMPSCU_LOCK_SERVER_SETTING +// ---------------------------------------------------- +// Enable (1) or disable (0) Option for adding/deleting +// New Server +// +// Values are: +// 0: Disables Option for adding/deleting New Server +// 1: Enables Option for adding/deleting New Server +// +// By default this is disabled (0). +// ---------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_IMPSCU_LOCK_SERVER_SETTING { value = 0; } + +// RSC_CRRSS_CHAT_VARIATION_SHOW_SIGN_IN_ANIMATION +// ---------------------------------------------------- +// Enable (1) or disable (0) Option for showing Sign-in Animation +// instead of progress bar at time of signing in. +// +// Values are: +// 0: Disables Sign-in Animation +// 1: Enables Sign-in Animation +// +// By default this is disabled (0). +// ---------------------------------------------------- +// +RESOURCE NUMBER_INT32 RSC_CRRSS_CHAT_VARIATION_SHOW_SIGN_IN_ANIMATION { value = 0; }