Rename API-visible 'mtime' presence field to 'last_active'; slightly different semantics

This commit is contained in:
Paul "LeoNerd" Evans 2014-09-01 15:38:37 +01:00
parent 26a95988da
commit 468d94c920
4 changed files with 82 additions and 41 deletions

View file

@ -330,6 +330,6 @@ class PresenceEventStreamTestCase(unittest.TestCase):
"presence": ONLINE,
"state": ONLINE,
"displayname": "Frank",
"mtime_age": 0,
"last_active_ago": 0,
}},
]}, response)