From 5a5c1fe9920f0a6c571e8c33f650371879de35dd Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 20 Sep 2016 16:29:55 +0900 Subject: Stop using deprecated aliases from slixmpp. --- poezio/fixes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/fixes.py') diff --git a/poezio/fixes.py b/poezio/fixes.py index 3840a093..8259f5db 100644 --- a/poezio/fixes.py +++ b/poezio/fixes.py @@ -45,7 +45,7 @@ def get_room_form(xmpp, room, callback): xform = result.xml.find('{http://jabber.org/protocol/muc#owner}query/{jabber:x:data}x') if xform is None: return callback(None) - form = xmpp.plugin['xep_0004'].buildForm(xform) + form = xmpp.plugin['xep_0004'].build_form(xform) return callback(form) iq = xmpp.make_iq_get(ito=room) -- cgit v1.2.3