Improve event filter
Allow comparing attributes with different names Example: ``` @event_filter(['account', 'jid=own_jid']) def _on_event(self): pass ``` _on_event() is only executed if the event attribute `jid` matches the `own_jid` attribute on self
Please register or sign in to comment