Package common :: Package xmpp :: Module proxy_connectors
[hide private]
[frames] | no frames]

Module proxy_connectors

source code

Module containing classes for proxy connecting. So far its HTTP CONNECT and SOCKS5 proxy

Authentication to NTLM (Microsoft implementation) proxies can be next.

Classes [hide private]
  ProxyConnector
Interface for proxy-connecting object - when tunnneling XMPP over proxies, some connecting process usually has to be done before opening stream.
  HTTPCONNECTConnector
  SOCKS5Connector
SOCKS5 proxy connection class.
Variables [hide private]
  log = logging.getLogger('gajim.c.x.proxy_connectors')

Imports: struct, socket, base64, logging


Variables Details [hide private]

log

Value:
logging.getLogger('gajim.c.x.proxy_connectors')