view mcabber/src/harddefines.h @ 192:62bc2992216b

[/trunk] Changeset 204 by mikael * Correctly set "agent" type... * Free all jidtodisp results with g_free() * Bugfix: Make sure to strip resource part when adding a buddy * Bugfix: do not treat users and agents separately (it can leads to 2 entries with the same jid).
author mikael
date Fri, 06 May 2005 17:05:53 +0000
parents 5690d6c2e48c
children 16793da74564
line wrap: on
line source

#ifndef __MCABBER__
#define __MCABBER__

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

#endif