00001 #include "gloox.h" 00002 00003 const char* gloox_version() 00004 { 00005 return gloox::GLOOX_VERSION.c_str(); 00006 } 00007