view src/protocols/sametime/sametime.h @ 11911:fe12abd6b879

[gaim-migrate @ 14202] SF Patch #1339005 from Sadrul "This patch is a fix for this small bug: (1) open a new conversation with some buddy in a contact. (2) open another conversation with another buddy in the same contact. (3) now press space/enter on the first buddy in the buddy-list. you will notice that the active-buddy in the conversation doesn't change to the buddy you just activated." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 30 Oct 2005 23:36:51 +0000
parents 2ce8ec01a064
children 0110fc7c6a8a
line wrap: on
line source



/* CFLAGS trumps configure values */


/** default active message */
#ifndef MW_PLUGIN_DEFAULT_ACTIVE_MSG
#define MW_PLUGIN_DEFAULT_ACTIVE_MSG  "Talk to me"
#endif
/* "Talk to me" */


/** default away message */
#ifndef MW_PLUGIN_DEFAULT_AWAY_MSG
#define MW_PLUGIN_DEFAULT_AWAY_MSG  "Not here right now"
#endif
/* "Not here right now" */


/** default busy message */
#ifndef MW_PLUGIN_DEFAULT_BUSY_MSG
#define MW_PLUGIN_DEFAULT_BUSY_MSG  "Please do not disturb me"
#endif
/* "Please do not disturb me" */


/** default host for the gaim plugin. You can specialize a build to
    default to your server by supplying this at compile time */
#ifndef MW_PLUGIN_DEFAULT_HOST
#define MW_PLUGIN_DEFAULT_HOST  ""
#endif
/* "" */


/** default port for the gaim plugin. You can specialize a build to
    default to your server by supplying this at compile time */
#ifndef MW_PLUGIN_DEFAULT_PORT
#define MW_PLUGIN_DEFAULT_PORT  1533
#endif
/* 1533 */


/** client id to report to the server. See mwLoginType in meanwhile's
    mw_common.h for some sample values */
#ifndef MW_CLIENT_TYPE_ID
#define MW_CLIENT_TYPE_ID  mwLogin_MEANWHILE
#endif
/*  mwLogin_MEANWHILE */