X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_query_namespace.c;h=a94e6d6d1add77bdaa24f54a48a340761d39f274;hb=7b4383dd73b617754c1a495859ea134eabd196ca;hp=42875074ee7c882766ffe7db4f80eee9ba7da640;hpb=c0b28d0de9908667646a9ccbe7d9a5830285d733;p=citadel.git diff --git a/citadel/modules/xmpp/xmpp_query_namespace.c b/citadel/modules/xmpp/xmpp_query_namespace.c index 42875074e..a94e6d6d1 100644 --- a/citadel/modules/xmpp/xmpp_query_namespace.c +++ b/citadel/modules/xmpp/xmpp_query_namespace.c @@ -81,7 +81,7 @@ void xmpp_iq_roster_query(void) { struct CitContext *cptr; int nContexts, i; - int aide = (CC->user.axlevel >= 6); + int aide = (CC->user.axlevel >= AxAideU); cprintf("");