Changeset 664
- Timestamp:
- 12/29/05 23:12:32 (3 years ago)
- Files:
-
- trunk/src/sessions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/sessions.c
r659 r664 976 976 977 977 if (c->blocked) return GG_USER_BLOCKED; 978 979 /* do not rely on c->subscribe only, but rather use presence stanzas received, 980 * so directed presece and privacy rules may work */ 978 981 if (c->got_online) notify_type|=GG_USER_NORMAL-GG_USER_OFFLINE; 979 982 if (c->got_probe || c->subscribe==SUB_TO || c->subscribe==SUB_BOTH) notify_type|=GG_USER_OFFLINE;
