<propertyname="tooltip_text"translatable="yes">JabberIDs that plugin should be used with (eg. restrict only to one microblogging bot). Use comma (without space) as separator. If empty plugin is used with every JID. </property>
<propertyname="xalign">0</property>
<propertyname="label"translatable="yes">JabberIDs to include:</property>
<propertyname="tooltip_text"translatable="yes">JabberIDs that plugin should be used with (eg. restrict only to one microblogging bot). Use comma (without space) as separator. If empty plugin is used with every JID. </property>
<propertyname="tooltip_text"translatable="yes">Restrict this plugin to certain contacts, e.g. to one microblogging bot (use comma without space as separator)</property>
@@ -48,6 +48,7 @@ class LengthNotifierPlugin(GajimPlugin):
self.config_default_values={
'MESSAGE_WARNING_LENGTH':(140,'Message length at which notification is invoked.'),
'CHAR_COUNTER':(True,'Show character count'),
'WARNING_COLOR':('#F0DB3E','Background color of text entry field in chat window when notification is invoked.'),
'JIDS':([],'JabberIDs that plugin should be used with (eg. restrict only to one microblogging bot). If empty plugin is used with every JID. [not implemented]')
}
...
...
@@ -56,9 +57,12 @@ class LengthNotifierPlugin(GajimPlugin):