summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0045.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-09-20 15:58:29 +0900
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-09-20 16:23:02 +0900
commit7cd1cf32ae698965ed488ade17f63afd7d5afedf (patch)
tree45929eae4ee52b901167596b8d3117871f3ff67f /slixmpp/plugins/xep_0045.py
parentd099e353a4e2804a58153937719259518ab8439e (diff)
downloadslixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.gz
slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.bz2
slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.xz
slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.zip
Various XEPs: Remove deprecated aliases.
Diffstat (limited to 'slixmpp/plugins/xep_0045.py')
-rw-r--r--slixmpp/plugins/xep_0045.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0045.py b/slixmpp/plugins/xep_0045.py
index 8ab51784..e8d2b8cb 100644
--- a/slixmpp/plugins/xep_0045.py
+++ b/slixmpp/plugins/xep_0045.py
@@ -360,7 +360,7 @@ class XEP_0045(BasePlugin):
form = result.xml.find('{http://jabber.org/protocol/muc#owner}query/{jabber:x:data}x')
if form is None:
raise ValueError
- return self.xmpp.plugin['xep_0004'].buildForm(form)
+ return self.xmpp.plugin['xep_0004'].build_form(form)
def cancelConfig(self, room, ifrom=None):
query = ET.Element('{http://jabber.org/protocol/muc#owner}query')