Remove extra logging statement, add backward compatible references.

This commit is contained in:
Lance Stout
2012-03-12 09:56:48 -07:00
parent f8f2b541db
commit 8b2023225c
4 changed files with 3 additions and 2 deletions

View File

@@ -163,4 +163,5 @@ class XEP_0033(BasePlugin):
self.xmpp.plugin['xep_0030'].add_feature(Addresses.namespace)
xep_0033 = XEP_0033
register_plugin(XEP_0033)