xjab_dmsg.h

Go to the documentation of this file.
00001 /*
00002  * $Id: xjab_dmsg.h 4518 2008-07-28 15:39:28Z henningw $
00003  *
00004  * eXtended JABber module
00005  *
00006  * Copyright (C) 2001-2003 FhG Fokus
00007  *
00008  * This file is part of Kamailio, a free SIP server.
00009  *
00010  * Kamailio is free software; you can redistribute it and/or modify
00011  * it under the terms of the GNU General Public License as published by
00012  * the Free Software Foundation; either version 2 of the License, or
00013  * (at your option) any later version
00014  *
00015  * Kamailio is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018  * GNU General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU General Public License
00021  * along with this program; if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00023  */
00024 
00025 /*** error and info messages ***/
00026 #ifndef _XJAB_DMSG_H_
00027 #define _XJAB_DMSG_H_
00028 
00029 #define XJ_DMSG_INF_DISCONNECTED "INFO: Connection to Jabber server lost. You have to login to Jabber server again (join again the conferences that you were participating, too)."
00030 
00031 #define XJ_DMSG_ERR_SENDIM "ERROR: Your message was not sent. Connection to IM network failed."
00032 
00033 #define XJ_DMSG_ERR_NOTJCONF "ERROR: Your message was not sent. You are not joined in the conference. Please join the room before sending messages."
00034 
00035 #define XJ_DMSG_INF_JCONFEXIT "INFO: You have just left the conference."
00036 
00037 #define XJ_DMSG_ERR_JGWFORB "ERROR: Your message was not sent. You do not have permission to use the gateway."
00038 
00039 #define XJ_DMSG_ERR_NOJSRV "ERROR: Your message was not sent. Cannot connect to Jabber server."
00040 
00041 #define XJ_DMSG_ERR_JAUTH "ERROR: Your message was not sent. Authentication to Jabber server failed."
00042 
00043 #define XJ_DMSG_ERR_JGWFULL "ERROR: Your message was not sent. SIP-2-JABBER gateway is full."
00044 
00045 #define XJ_DMSG_ERR_JOINJCONF "ERROR: Cannot join the conference room."
00046 
00047 #define XJ_DMSG_ERR_NEWJCONF "ERROR:Cannot create a new conference session."
00048 
00049 #define XJ_DMSG_ERR_SENDJMSG "ERROR: Your message was not sent. Something wrong during transmitting to Jabber network."
00050 
00051 #define XJ_DMSG_ERR_STOREJMSG "ERROR: Your message was not sent. Something wrong while trying to transmit it to Jabber network."
00052 
00053 #define XJ_DMSG_ERR_NOREGIM "ERROR: Your message was not sent. You are not registered with this IM gateway."
00054 
00055 #define XJ_DMSG_ERR_DISCONNECTED "ERROR: Connection to Jabber server lost. You have to login to Jabber server again (join again the conferences that you were participating, too)."
00056 
00057 #define XJ_DMSG_INF_JOFFLINE "INFO: Your are now offline in Jabber network. Thank you for using SIP-Jabber gateway."
00058 
00059 #define XJ_DMSG_ERR_JCONFNICK "ERROR: Your nickname already exists in the conference room. Please choose a new one."
00060 
00061 #define XJ_DMSG_ERR_JCONFREFUSED "ERROR: Your participation to the conference room was refused."
00062 
00063 #endif
00064 

Generated on Fri May 25 00:00:35 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6