Default history is 0

This commit is contained in:
Florent Le Coz 2010-10-17 06:26:39 +08:00 committed by Lance Stout
parent d9e7f555e6
commit 3625573c7d

View file

@ -195,7 +195,7 @@ class xep_0045(base.base_plugin):
return False
return True
def joinMUC(self, room, nick, maxhistory=None, password='', wait=False, pstatus=None, pshow=None):
def joinMUC(self, room, nick, maxhistory="0", password='', wait=False, pstatus=None, pshow=None):
""" Join the specified room, requesting 'maxhistory' lines of history.
"""
stanza = self.xmpp.makePresence(pto="%s/%s" % (room, nick), pstatus=pstatus, pshow=pshow)