Home
last modified time | relevance | path

Searched refs:GabbleAuthenticator (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/connect/
H A Dtest-fail.py11 from gabbletest import exec_test, GabbleAuthenticator
39 class StreamErrorAuthenticator(GabbleAuthenticator):
41 GabbleAuthenticator.__init__(self, username='n/a', password='n/a')
H A Dtest-nonblocking-tls.py21 disconnect_conn, GabbleAuthenticator)
27 class BlockForeverTlsAuthenticator(GabbleAuthenticator):
33 GabbleAuthenticator.__init__(self, username, password)
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/
H A Dgabbletest.py94 class GabbleAuthenticator(xmlstream.Authenticator): class
107 class JabberAuthenticator(GabbleAuthenticator):
127 GabbleAuthenticator.__init__(self, username, password, resource)
187 class XmppAuthenticator(GabbleAuthenticator):
189 GabbleAuthenticator.__init__(self, username, password, resource)