diff mcabber/src/utils.h @ 977:5b01de4ac5e1

Cosmetic changes
author Alexis Hildebrandt <afh [at] 2drop [dot] net>
date Tue, 10 Oct 2006 20:15:06 +0200
parents 527d6f234924
children c0d44a9a99bc
line wrap: on
line diff
--- a/mcabber/src/utils.h	Tue Oct 10 19:43:32 2006 +0200
+++ b/mcabber/src/utils.h	Tue Oct 10 20:15:06 2006 +0200
@@ -9,6 +9,11 @@
 #define from_utf8(s) ((s) ? g_convert_with_fallback((s), -1, LocaleCharSet, \
                                         "UTF-8", NULL,NULL,NULL,NULL) : NULL)
 
+#define JID_RESOURCE_SEPARATOR      '/'
+#define JID_RESOURCE_SEPARATORSTR   "/"
+#define JID_DOMAIN_SEPARATOR        '@'
+#define JID_DOMAIN_SEPARATORSTR     "@"
+
 void ut_InitDebug(int level, const char *file);
 void ut_WriteLog(unsigned int flag, const char *data);