plugins now are checked for post_init having ran when process() is called

This commit is contained in:
Nathan Fritz
2010-05-26 10:51:51 -07:00
parent 9cfe19c1e1
commit f4bc9d9722
7 changed files with 13 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ class xep_0009(base.base_plugin):
self.activeCalls = []
def post_init(self):
base.base_plugin.post_init(self)
self.xmpp.plugin['xep_0030'].add_feature('jabber:iq:rpc')
self.xmpp.plugin['xep_0030'].add_identity('automatition','rpc')