mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Fixed whitespace issue.
This commit is contained in:
parent
259f91d2bd
commit
77b8f0f4bb
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ try:
|
|||
except:
|
||||
SRV_SUPPORT = False
|
||||
|
||||
|
||||
class ClientXMPP(BaseXMPP):
|
||||
|
||||
"""
|
||||
|
@ -241,7 +242,7 @@ class ClientXMPP(BaseXMPP):
|
|||
def _handle_starttls(self, xml):
|
||||
"""
|
||||
Handle notification that the server supports TLS.
|
||||
|
||||
|
||||
Arguments:
|
||||
xml -- The STARTLS proceed element.
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue