gajim-plural/test
tomk a7c36048b9 - renamed src/common/nslookup.py to resolver.py
- refactored resolver code and added asynchronous resolver based on patch by Damien Thebault[1]
  * Uses libasyncns-python[2]. If it's not available, old nslookup resolver is used)
  * works for SRV requests only at the moment

[1] https://www.lagaule.org/pipermail/gajim-devel/2008-July/000460.html
[2] https://code.launchpad.net/libasyncns-python
2008-08-31 23:40:06 +00:00
..
lib - renamed src/common/nslookup.py to resolver.py 2008-08-31 23:40:06 +00:00
test_client_nb.py - Refactored non-blocking transport and client classes - getaddrinfo is called 2008-06-30 00:02:32 +00:00
test_nonblockingtcp.py BOSHClient transformed to NonBlockingBOSH transport - it's easier to maintain more connections from below, implemented handling of non-persistent HTTP connections - it runs with ejabberd, improved NonBlockingTransport interface, minor changes in BOSHDispatcher 2008-07-13 22:22:58 +00:00
test_resolver.py - renamed src/common/nslookup.py to resolver.py 2008-08-31 23:40:06 +00:00
test_sessions.py
xmpp_mocks.py added stub for new transports module plus basic test for it, testing code reorganized 2008-06-18 23:58:19 +00:00