diff src/core/constants.py @ 943:71926ec2114d

core (memory): entities cache improvments: - entities cache is no more limited to bare jid - resources are now automatically updated in bare jid cache
author Goffi <goffi@goffi.org>
date Fri, 28 Mar 2014 18:07:17 +0100
parents 598fc223cf59
children e1842ebcb2f3
line wrap: on
line diff
--- a/src/core/constants.py	Fri Mar 28 18:07:13 2014 +0100
+++ b/src/core/constants.py	Fri Mar 28 18:07:17 2014 +0100
@@ -40,6 +40,7 @@
     PROF_KEY_NONE = '@NONE@'
     PROF_KEY_DEFAULT = '@DEFAULT@'
     ENTITY_ALL = '@ALL@'
+    ENTITY_LAST_RESOURCE = 'last_resource'
 
 
     ## Configuration ##