diff mcabber/mcabber/screen.c @ 1691:b2e0083891cc

Replace JEP with XEP
author Mikael Berthe <mikael@lilotux.net>
date Sat, 06 Feb 2010 18:16:06 +0100
parents 393c05fba337
children bd60a275dbc2
line wrap: on
line diff
--- a/mcabber/mcabber/screen.c	Sat Feb 06 01:50:29 2010 +0200
+++ b/mcabber/mcabber/screen.c	Sat Feb 06 18:16:06 2010 +0100
@@ -2146,7 +2146,7 @@
 // If the chat state has changed, call xmpp_send_chatstate()
 static inline void set_chatstate(int state)
 {
-#if defined JEP0022 || defined JEP0085
+#if defined XEP0022 || defined XEP0085
   if (chatstates_disabled)
     return;
   if (!chatmode)
@@ -2175,7 +2175,7 @@
 #endif
 }
 
-#if defined JEP0022 || defined JEP0085
+#if defined XEP0022 || defined XEP0085
 gboolean scr_ChatStatesTimeout(void)
 {
   time_t now;