comparison src/plugins/plugin_xep_0249.py @ 587:952322b1d490

Remove trailing whitespaces.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 18 Jan 2013 17:55:34 +0100
parents ca13633d3b6b
children beaf6bec2fcd
comparison
equal deleted inserted replaced
586:6a718ede8be1 587:952322b1d490
108 d = self.host.plugins["XEP-0045"].join(room, _jid.user, {}, profile) 108 d = self.host.plugins["XEP-0045"].join(room, _jid.user, {}, profile)
109 109
110 110
111 class XEP_0249_handler(XMPPHandler): 111 class XEP_0249_handler(XMPPHandler):
112 implements(iwokkel.IDisco) 112 implements(iwokkel.IDisco)
113 113
114 def __init__(self, plugin_parent): 114 def __init__(self, plugin_parent):
115 self.plugin_parent = plugin_parent 115 self.plugin_parent = plugin_parent
116 self.host = plugin_parent.host 116 self.host = plugin_parent.host
117 117
118 def connectionInitialized(self): 118 def connectionInitialized(self):