summaryrefslogtreecommitdiff
path: root/examples/adhoc_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/adhoc_user.py')
-rwxr-xr-xexamples/adhoc_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/adhoc_user.py b/examples/adhoc_user.py
index 91e2e1ac..8bdb675b 100755
--- a/examples/adhoc_user.py
+++ b/examples/adhoc_user.py
@@ -94,7 +94,7 @@ class CommandUserBot(slixmpp.ClientXMPP):
# label="Your greeting" />
# </x>
- form = self['xep_0004'].makeForm(ftype='submit')
+ form = self['xep_0004'].make_form(ftype='submit')
form.addField(var='greeting',
value=session['greeting'])