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.
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.