------------------------------------------------------------------------ r8564 | ajc | 2010-05-10 17:06:42 -0400 (Mon, 10 May 2010) | 1 line Changed paths: M /trunk/citadel/modules/xmpp/serv_xmpp.c M /trunk/citadel/modules/xmpp/serv_xmpp.h M /trunk/citadel/modules/xmpp/xmpp_presence.c M /trunk/citadel/modules/xmpp/xmpp_query_namespace.c
* Ok, it's not an async bug. When I changed everything over to xmpp_is_visible() I screwed up the logic of xmpp_presence_notify(). Changed the xmpp_is_visible() API to allow it to check the visibility of ANY session to ANY other session. Still need to clean up xmpp_presence_notify() and nail down the bug. ------------------------------------------------------------------------