XEP-0045: Remove support for old-style {get,set,del}TitleCase methods.

This commit is contained in:
Emmanuel Gil Peyrot
2016-09-21 01:28:24 +09:00
parent 3a9b45e4f2
commit 813b45aded
4 changed files with 56 additions and 57 deletions

View File

@@ -67,11 +67,11 @@ class MUCBot(slixmpp.ClientXMPP):
"""
self.get_roster()
self.send_presence()
self.plugin['xep_0045'].joinMUC(self.room,
self.nick,
# If a room password is needed, use:
# password=the_room_password,
wait=True)
self.plugin['xep_0045'].join_muc(self.room,
self.nick,
# If a room password is needed, use:
# password=the_room_password,
wait=True)
def muc_message(self, msg):
"""