Mercurial > libervia-backend
diff sat/plugins/plugin_xep_0363.py @ 3192:883fb4981958
plugin attach: disable TLS check if "check_certificate" is disabled
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Feb 2020 10:06:23 +0100 |
parents | f2bb57348587 |
children | 2ba602aef90e |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0363.py Wed Feb 26 22:03:15 2020 +0100 +++ b/sat/plugins/plugin_xep_0363.py Fri Feb 28 10:06:23 2020 +0100 @@ -1,7 +1,6 @@ #!/usr/bin/env python3 - -# SAT plugin for HTTP File Upload (XEP-0363) +# SàT plugin for HTTP File Upload (XEP-0363) # Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify