view mcabber/src/harddefines.h @ 29:86837ff0554c

[/trunk] Changeset 45 by mikael * Switch to libjabber. (Does NOT work at all yet) jabglue.c is a wrapper around the libjabber library.
author mikael
date Mon, 28 Mar 2005 20:12:48 +0000
parents e88b15cbf2de
children a8ceaa3005fd
line wrap: on
line source

#ifndef __AJMACIAS__
#define __AJMACIAS__ 0xWIN!

#define VERSION "MCabber v0.6.0-dev -- based on http://cabber.sourceforge.net"
#define EMAIL "Email: bmikael [at] lists [dot] lilotux [dot] net"

#define STR_EMPTY(s) ((s)[0] == '\0')

#define FLAG_BUDDY_DISCONNECTED         0x00
#define FLAG_BUDDY_CONNECTED            0x01
#define FLAG_BUDDY_AWAY                 0x02
#define FLAG_BUDDY_XAWAY                0x04
#define FLAG_BUDDY_HASMESSAGE           0x08

#endif