Add away-notify support

This commit is contained in:
TingPing
2013-03-12 02:21:18 -04:00
parent c76dedd9b9
commit bf0fb9f327
6 changed files with 39 additions and 2 deletions

View File

@@ -336,8 +336,8 @@ doover:
list = list->next;
}
/* done them all, reset done_away_check to FALSE and start over */
if (full)
/* done them all, reset done_away_check to FALSE and start over unless we have away-notify*/
if (full && !sess->server->have_awaynotify)
{
list = sess_list;
while (list)