xep_0363: Fix max_file_size variable name.

This commit is contained in:
Emmanuel Gil Peyrot 2018-03-11 19:39:30 +01:00
parent bd63b1ce70
commit 81dc61c55c

View File

@ -39,7 +39,7 @@ class XEP_0363(BasePlugin):
stanza = stanza stanza = stanza
default_config = { default_config = {
'upload_service': None, 'upload_service': None,
'maximum_size': float('+inf'), 'max_file_size': float('+inf'),
'default_content_type': 'application/octet-stream', 'default_content_type': 'application/octet-stream',
} }