Mercurial > pidgin
view libpurple/protocols/sametime/sametime.h @ 18023:2188c95d0311
applied changes from 4b489c7fd0ca6d775558656ce19ba53d7209bb26
through ff100777af0314cd00df42f69ae90121a3eee728
- Add purple_base16_encode_chunked
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Wed, 30 May 2007 03:59:52 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
/* CFLAGS trumps configure values */ /** default host for the purple 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 purple 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 */ /** default encoding for the purple plugin.*/ #ifndef MW_PLUGIN_DEFAULT_ENCODING #define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1" #endif /* ISO-8859-1 */