view src/protocols/sametime/sametime.h @ 11943:0110fc7c6a8a

[gaim-migrate @ 14234] Bringing things up to date with the last Meanwhile release, 0.5.0 and the last gaim-meanwhile plugin release, 1.2.5 (which should be the last plugin release against oldstatus, if all goes well with HEAD and no major bugs crop up) It builds, so that's a start. The status bits that have been empty since the first import of the sametime stuff are still empty, but I'm going to try and fill those in tomorrow. I've decided to try and start using HEAD actively, to encourage me to get this freaking prpl fully functional. committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 02 Nov 2005 03:39:03 +0000
parents 2ce8ec01a064
children 977ebab0435f
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 */


/** default encoding for the gaim plugin.*/
#ifndef MW_PLUGIN_DEFAULT_ENCODING
#define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1"
#endif
/* ISO-8859-1 */