diff mcabber/src/jabglue.c @ 277:4d7040cff8ee

Remove busy/occupied status, which does not really exist
author Mikael Berthe <mikael@lilotux.net>
date Tue, 05 Jul 2005 20:48:44 +0100
parents 7f2e61392b2e
children 871e53769084
line wrap: on
line diff
--- a/mcabber/src/jabglue.c	Mon Jul 04 12:55:54 2005 +0100
+++ b/mcabber/src/jabglue.c	Tue Jul 05 20:48:44 2005 +0100
@@ -45,7 +45,7 @@
 unsigned char online;
 
 char imstatus2char[imstatus_size] = {
-    '_', 'o', 'i', 'f', 'd', 'c', 'n', 'a'
+    '_', 'o', 'i', 'f', 'd', 'n', 'a'
 };
 
 static enum {
@@ -240,7 +240,6 @@
                 (unsigned) -1);
         break;
 
-    case occupied:
     case dontdisturb:
         xmlnode_insert_cdata(xmlnode_insert_tag(x, "show"), "dnd",
                 (unsigned) -1);