Enhancement #383
Show last connected info about buddies (similar to whatsapp)
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | Estimated time: | 0.00 hour | |
Target version: | - | |||
Resolution: | Tags: |
Description
We can show the last connected time of our buddies (similar to whatsapp) in avatar tooltip, and other places.
Associated revisions
CLOSED - task #383: Show last connected info about buddies (similar to
whatsapp)
http://redmine.comunes.org/issues/383
STARTED - task #397: Wave profiles should take into account avatars
modifications
http://redmine.comunes.org/issues/397
History
#1 Updated by Vicente J. Ruiz Jurado about 12 years ago
mysql> select * from ofPresence where username='Admin';
Empty set (0.00 sec)
mysql> select * from ofPresence where username='Admin';
Empty set (0.00 sec)
mysql> select * from ofPresence where username='Admin';-------------------------+-----------------+
| username | offlinePresence | offlineDate |-------------------------+-----------------+
| admin | NULL | 001351127538953 |-------------------------+-----------------+
#2 Updated by Vicente J. Ruiz Jurado about 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100