Implement a few more static node handlers.

This commit is contained in:
Lance Stout
2010-12-15 19:22:21 -05:00
parent 2c5b77ae2e
commit 1ebc7f4d4b
2 changed files with 26 additions and 18 deletions

View File

@@ -452,7 +452,7 @@ class xep_0030(base_plugin):
"""
self._run_node_handler('del_features', jid, node, kwargs)
def _run_node_handler(self, htype, jid, node, data=None):
def _run_node_handler(self, htype, jid, node, data={}):
"""
Execute the most specific node handler for the given
JID/node combination.