sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

"Last seen" command #68

Open cburschka opened 8 years ago

cburschka commented 8 years ago

I looked into XEP-0012 for last activity, but the server only shows that information to subscribed friends. There doesn't seem to be a similar feature for MUC.

We already have xmppEntity::$lastActivity for roster entities, of course, but for this command to work we'd also need to store the information for offline users.

sylae commented 8 years ago

The #62 clusterfuck is planned to include persistent information on users, this is definitely something that could go with that.