mcabber/src/harddefines.h
author Mikael Berthe <mikael@lilotux.net>
Sat, 27 Aug 2005 11:21:27 +0200
changeset 403 17aa60c6dc63
parent 278 a7af5517b453
permissions -rw-r--r--
Allow a different server name than the jid domain name Sync libjabber with upstream (centericq). The libjabber patch is from Ian Johannesen. This allows connecting to Google Talk, for example.

#ifndef __MCABBER__
#define __MCABBER__

#include "../config.h"

#define MCABBER_VERSION "MCabber v" VERSION " -- " \
        "based on http://cabber.sourceforge.net"
#define EMAIL "Email: mcabber [at] lilotux [dot] net"

#endif