- Aug 18, 2008
-
-
tomk authored
-
- Aug 17, 2008
-
-
tomk authored
-
- Aug 14, 2008
-
-
tomk authored
Gajim will do HTTP CONNECT on proxy to reach the BOSH Conn manager and try to estabilish TLS (same as what firefox do when approaching HTTPS server via proxy) - moved proxy-connecting code to xmpp/proxy_connectors.py - debugged SOCKS5 proxy code - tested with Tigase server
-
- Aug 09, 2008
-
-
tomk authored
-
- Aug 05, 2008
-
-
tomk authored
derived (was plugged to NonBlockingClient which made it unusable for BOSH) - Fixed HTTP CONNECT proxy socket - Implemented workaround for the bug with insecure-connection warning dialog (unfortunately, this is not over - I just forbid the transport to send BOSH empty bodies until auth module is plugged, which is wrong and will break if user will wait more than "inactivity" (usualy thirty) seconds before clicking the dialog. This workaround works with ejb and opf, and also breaks connection with both of them if delay is too long. - Implemented basic TLS over BOSH. It works only with OPF and poorly.
-
- Jul 28, 2008
-
-
tomk authored
-
- Jul 26, 2008
-
-
tomk authored
- improved HTTP persistent connections - added alarm-unregister method to idlequeue - extended proxy managing dialog for BOSH proxy
-
- Jul 18, 2008
-
-
tomk authored
persistent HTTP connections in BOSH roughly implemented, added hack for openfire incapability of after-SASL-stream-restart-response in BOSH, changed doubles quotes to single
-
- Jul 13, 2008
- Jul 07, 2008
-
-
tomk authored
new BOSHDispatcher (in dispatcher_nb), improved BOSHClient class, minor changes in other xmpp modules
-
- Jul 03, 2008
-
-
Yann Leboulanger authored
-
- Jul 02, 2008
-
-
tomk authored
moved bosh code from client_nb.py to bosh.py, replaced debug logging with debug.py by logging in whole xmpppy (debug.py is now unused)
-
- Jun 30, 2008
-
-
tomk authored
moved TLS and SSL classes from transports_nb to new tls_nb module, fixed HTTP CONNECT proxy transport
-
tomk authored
in Client now - Added NonBlockingHttpBOSH transport (to tranports_nb) and BOSHClient (to client_nb) - Extended possible proxy types in configuration by "BOSH" proxy - Rewrote NonBlockingTLS to invoke success callback only after successful TLS handshake is over (formerly, the TLS Plugin returned right after sending <starttls>)
-
- Jun 18, 2008
-
-
tomk authored
-
- Jun 12, 2008
-
-
tomk authored
-
- Jun 09, 2008
-
-
tomk authored
-
- May 31, 2008
-
-
tomk authored
added prototype of BOSHClient class and script for usage example, removed import of common.gajim from transports_nb
-
steve-e authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Brendan Taylor authored
-
Brendan Taylor authored
-
Brendan Taylor authored
-
- May 30, 2008
-
-
steve-e authored
* always adjust account toggle state * try to eliminate extra adjustmants to group state * small function renaming
-
Yann Leboulanger authored
-
Yann Leboulanger authored
make pep work, move config options per account, make publish_tune configurable in account context menu. fixes #3954
-
steve-e authored
Evens were not properly removed.
-
steve-e authored
-
steve-e authored
-
steve-e authored
-
steve-e authored
* update documentation and fix indentation * don't remove offline contacts from roster when we open the last pending, non chat message event * store account and jid per event
-
Yann Leboulanger authored
auto_join_bookmarks only join non-opened groupchats. Opened one are already auto-joined on re-connection. Fixes #3891
-
Yann Leboulanger authored
-
- May 29, 2008
-
-
js authored
-
Brendan Taylor authored
-
Brendan Taylor authored
-
- May 28, 2008
-
-
Mateusz Biliński authored
-
- May 27, 2008
-
-
nkour authored
fix tooltip about logging encrypting messages. (it is now shorter, better understood (jargon removed where possible), and we it's OpenPGP and not just GPG guys {or last time I checked :$})
-