diff src/memory/params.py @ 1480:8d61160ee4b8

core, plugin watched: new plugin, show an alert when a watched entity goes online
author Goffi <goffi@goffi.org>
date Thu, 20 Aug 2015 18:43:56 +0200
parents ac522c4dab0e
children de71cd99ba9b
line wrap: on
line diff
--- a/src/memory/params.py	Thu Aug 20 18:41:06 2015 +0200
+++ b/src/memory/params.py	Thu Aug 20 18:43:56 2015 +0200
@@ -39,7 +39,6 @@
     """This class manage parameters with xml"""
     ### TODO: add desciption in params
 
-    #TODO: move Watched in a plugin
     #TODO: when priority is changed, a new presence stanza must be emitted
     #TODO: int type (Priority should be int instead of string)
     default_xml = u"""
@@ -63,9 +62,6 @@
             <param name="autoconnect" label="%(autoconnect_label)s" value="true" type="bool" security="0" />
             <param name="autodisconnect" label="%(autodisconnect_label)s" value="false"  type="bool" security="0" />
         </category>
-        <category name="Misc" label="%(category_misc)s">
-            <param name="Watched" value="test@Jabber.goffi.int" type="string" />
-        </category>
     </individual>
     </params>
     """ % {