diff src/core/constants.py @ 1454:4e2fab4de195

plugin XEP-0277: added mBGetFromManyWithComments to have items + comments in one method call
author Goffi <goffi@goffi.org>
date Sat, 15 Aug 2015 22:24:38 +0200
parents 7797dda847ae
children 4c4f88d7b156
line wrap: on
line diff
--- a/src/core/constants.py	Sat Aug 15 22:22:36 2015 +0200
+++ b/src/core/constants.py	Sat Aug 15 22:24:38 2015 +0200
@@ -207,6 +207,7 @@
     IQ_SET = '/iq[@type="set"]'
     ENV_PREFIX = 'SAT_' # Prefix used for environment variables
     IGNORE = 'ignore'
+    NO_LIMIT = -1 # used in bridge when a integer value is expected
 
 
     ## ANSI escape sequences ##