Split common/caps.py. We now have common/protocol/ to contain XMPP connection related classes.
Plan is to move our ConnectionX classess to the protocol package one by one. Each move should be more than a simple copy paste. It should be preceeded by cleanups and the like.
Showing
- src/common/caps_cache.py 24 additions, 101 deletionssrc/common/caps_cache.py
- src/common/connection_handlers.py 4 additions, 2 deletionssrc/common/connection_handlers.py
- src/common/contacts.py 3 additions, 3 deletionssrc/common/contacts.py
- src/common/gajim.py 2 additions, 2 deletionssrc/common/gajim.py
- src/common/helpers.py 2 additions, 2 deletionssrc/common/helpers.py
- src/common/optparser.py 2 additions, 2 deletionssrc/common/optparser.py
- src/common/protocol/__init__.py 3 additions, 0 deletionssrc/common/protocol/__init__.py
- src/common/protocol/caps.py 110 additions, 0 deletionssrc/common/protocol/caps.py
- src/gui_interface.py 2 additions, 2 deletionssrc/gui_interface.py
- test/runtests.py 2 additions, 1 deletiontest/runtests.py
- test/unit/test_caps_cache.py 1 addition, 61 deletionstest/unit/test_caps_cache.py
- test/unit/test_contacts.py 3 additions, 3 deletionstest/unit/test_contacts.py
- test/unit/test_protocol_caps.py 75 additions, 0 deletionstest/unit/test_protocol_caps.py
Loading
Please register or sign in to comment