diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-05 13:09:20 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-05 13:09:20 -0500 |
commit | be9e26b4a344ba083835c30c41d12cddc0afc187 (patch) | |
tree | 000655166c62d68356e4bb93e8467aa62ab07791 /examples/muc.py | |
parent | b345c227b213835d6c57d36dfd3143c208b7f8c4 (diff) | |
download | slixmpp-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/muc.py')
-rwxr-xr-x | examples/muc.py | 4 |
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: |