* Ok, it's not an async bug. When I changed everything over to xmpp_is_visible(...
authorArt Cancro <ajc@citadel.org>
Mon, 10 May 2010 21:06:42 +0000 (21:06 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 10 May 2010 21:06:42 +0000 (21:06 +0000)
commitce8b699291d264a10b084f1af93f65db273f6daf
tree3825554eba87008ae25c8c202528244aa67af0b3
parent885291b9d18f551e88d3b6c7349f99c92985c152
* 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.
citadel/modules/xmpp/serv_xmpp.c
citadel/modules/xmpp/serv_xmpp.h
citadel/modules/xmpp/xmpp_presence.c
citadel/modules/xmpp/xmpp_query_namespace.c