xjab_dmsg.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
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