mirror of
https://github.com/correl/SleekXMPP.git
synced 2025-03-07 12:53:24 -10:00
fixed indentation error
This commit is contained in:
parent
be5688007b
commit
494e3ef449
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class xep_0009(base.base_plugin):
|
||||||
|
|
||||||
def makeIqMethodError(self,pto,pid,pmethod,params,condition):
|
def makeIqMethodError(self,pto,pid,pmethod,params,condition):
|
||||||
iq = self.self.makeMethodCallQuery(pto,pmethod,params)
|
iq = self.self.makeMethodCallQuery(pto,pmethod,params)
|
||||||
iq.setValues({'id':pid,'type':'error'})
|
iq.setValues({'id':pid,'type':'error'})
|
||||||
iq.append(self.xmpp['xep_0086'].makeError(condition))
|
iq.append(self.xmpp['xep_0086'].makeError(condition))
|
||||||
return iq
|
return iq
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue