- Dec 10, 2009
-
-
steve-e authored
One of the methods was duplicated. Additionally, apply a very few coding standards.
-
steve-e authored
-
steve-e authored
Remove logging of callback method calls. Such cross-cutting concerns are better directly implemented in the xmpp dispatcher.
-
steve-e authored
-
steve-e authored
-
steve-e authored
-
steve-e authored
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.
-
steve-e authored
* Make it testable and write a very basic test for the presenceCallback * Use Extract Method to make the code more readable and to increase reusability * Start to decouple ConnectionCaps from the other Connection classes/handlers
-
Yann Leboulanger authored
-
- Dec 08, 2009
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Dec 07, 2009
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Dec 06, 2009
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Dec 05, 2009
-
-
steve-e authored
Missed to reflect API changes in the tests.
-
steve-e authored
gc_contact.jid and gc_contact.resource are empty in anonymous rooms. In non-anonymous rooms those contain the real jid and resource of the contact. We must not mix those information with the jid of the contact in the groupchat: We assumed that "test@conference.gajim.org/nick" was the Jid and 'someresource' the resource. So we tried to talk to 'test@conference.gajim.org/nick/someresource'.
-
steve-e authored
-
steve-e authored
-
steve-e authored
-
steve-e authored
-
- Dec 03, 2009
-
-
Thibg authored
-
Yann Leboulanger authored
re-enable the ability to connect as invisible: check that we don't send presence with show=invisible at the correct place, after we diferenciate invisible conection from not-invisible connection. Fixes #5473
-
Yann Leboulanger authored
update README file to depend on python-dbus >=0.81, which is needed for bus.list_names() function. Fixes #5474
-
Yann Leboulanger authored
-
- Dec 02, 2009
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Dec 01, 2009