-#include <expat.h>
-
-void Start(void * data, const char * el, const char ** attr);
-void End(void * data, const char * el);
-
-#define MAX_ERR_STR_LEN (64)
-#define IP_STRING_LEN (255)
-//-----------------------------------------------------------------------------
-typedef int (* RecvSendMessageCb_t)(const char * answer, void * data);
-//-----------------------------------------------------------------------------
-struct ADMINDATA
-{
- char login[ADM_LOGIN_LEN];
-};
-//-----------------------------------------------------------------------------
-class PARSER_SEND_MESSAGE: public PARSER