summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-01-05 13:09:20 -0500
committerLance Stout <lancestout@gmail.com>2012-01-05 13:09:20 -0500
commitbe9e26b4a344ba083835c30c41d12cddc0afc187 (patch)
tree000655166c62d68356e4bb93e8467aa62ab07791 /examples
parentb345c227b213835d6c57d36dfd3143c208b7f8c4 (diff)
downloadslixmpp-be9e26b4a344ba083835c30c41d12cddc0afc187.tar.gz
slixmpp-be9e26b4a344ba083835c30c41d12cddc0afc187.tar.bz2
slixmpp-be9e26b4a344ba083835c30c41d12cddc0afc187.tar.xz
slixmpp-be9e26b4a344ba083835c30c41d12cddc0afc187.zip
Apply Te-Je's MUC guide patch.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/muc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/muc.py b/examples/muc.py
index 8fe2eb49..7b93da16 100755
--- a/examples/muc.py
+++ b/examples/muc.py
@@ -76,8 +76,8 @@ class MUCBot(sleekxmpp.ClientXMPP):
event does not provide any additional
data.
"""
- self.getRoster()
- self.sendPresence()
+ self.get_roster()
+ self.send_presence()
self.plugin['xep_0045'].joinMUC(self.room,
self.nick,
# If a room password is needed, use: