* Changed the logic of how we inform the client about dead buddies. Instead of pushi...
authorArt Cancro <ajc@citadel.org>
Mon, 10 May 2010 20:36:54 +0000 (20:36 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 10 May 2010 20:36:54 +0000 (20:36 +0000)
commit885291b9d18f551e88d3b6c7349f99c92985c152
treee377319e649920e312df58bd94f60c18194b0887
parent00b9d96b77e65581dbbd286bc143eaaab51fab2e
* Changed the logic of how we inform the client about dead buddies.  Instead of pushing a dead buddy update at login, we push it immediately following any roster query requested by the client.  I discovered that some clients don't bother to query the roster if an unsolicited update is recived.  This is working more reliably now.  However, I'm not getting any asynchronous updates; must check this...
citadel/modules/xmpp/serv_xmpp.c
citadel/modules/xmpp/xmpp_presence.c
citadel/modules/xmpp/xmpp_query_namespace.c