* Noticed that when serv_chat.c sets async_waiting to 1, it also checks to see if...
authorArt Cancro <ajc@citadel.org>
Thu, 25 Feb 2010 05:21:39 +0000 (05:21 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 25 Feb 2010 05:21:39 +0000 (05:21 +0000)
commit076aaf225bd8a8713cb16c99463f46518e20f118
treea56a68aaeb79b2feaeaef42670c5281dd3da61c0
parent6aa2397222e8eb94b061034d07f36a56d09873b9
* Noticed that when serv_chat.c sets async_waiting to 1, it also checks to see if the target session is in CON_IDLE, and if so, switches it to CON_READY.  serv_xmpp.c now does this as well.  Also unified this action in both modules by creating a shared function called set_async_waiting().
citadel/context.c
citadel/context.h
citadel/modules/chat/serv_chat.c
citadel/modules/xmpp/xmpp_queue.c