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 D | test-fail.py | 11 from gabbletest import exec_test, GabbleAuthenticator 39 class StreamErrorAuthenticator(GabbleAuthenticator): 41 GabbleAuthenticator.__init__(self, username='n/a', password='n/a')
|
H A D | test-nonblocking-tls.py | 21 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 D | gabbletest.py | 94 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)
|