Yann Leboulanger
|
77775cf0af
|
Gajim now uses python-nbxmpp library instead of embedding it.
|
2012-12-09 21:37:51 +01:00 |
Jefry Lagrange
|
a8922c32a8
|
coding standards
|
2012-09-22 22:16:03 -04:00 |
Jefry Lagrange
|
f94a8cec1b
|
only accept file request from peers that we already sent the file to
|
2012-09-22 13:25:55 -04:00 |
Jefry Lagrange
|
88194e02bc
|
get right info in file_props when we receive a request for a file
|
2012-09-02 12:59:55 -04:00 |
Jefry Lagrange
|
e92fec4bdc
|
send modification date of file being transfered
|
2012-08-31 13:54:40 -04:00 |
Jefry Lagrange
|
d8978f7a08
|
decline request of an unknown file
|
2012-08-29 20:31:27 -04:00 |
Jefry Lagrange
|
b20e054d55
|
set and retrieve information about the files transfered
|
2012-08-29 15:06:04 -04:00 |
Yann Leboulanger
|
a71f6701c2
|
correctly send hash in session-accept
|
2012-08-29 16:12:14 +02:00 |
Jefry Lagrange
|
2af1af2011
|
file_props refactoring
|
2012-06-14 12:27:23 -04:00 |
Jefry Lagrange
|
e195cfb188
|
send hash in session-init when the file is less than 10 mb
|
2012-05-28 19:54:59 -04:00 |
Jefry Lagrange
|
e8df81ab31
|
sends file request after hash mismatch
|
2012-05-27 21:05:43 -04:00 |
Jefry Lagrange
|
212f33cafa
|
socks5 proxy fixed
|
2011-10-29 00:09:45 -04:00 |
Jefry Lagrange
|
6402505983
|
fix candidate-error
|
2011-07-22 18:00:29 -04:00 |
Jefry Lagrange
|
d92d86e6bc
|
connecting to candidates in session-accept
|
2011-07-22 16:15:34 -04:00 |
Jefry Lagrange
|
8fbaaba356
|
Fixes jingleFT IBB fallback
|
2011-07-05 14:05:16 -04:00 |
Jefry Lagrange
|
a8fe25aaa4
|
JingleFT IBB fallback
|
2011-06-28 18:31:07 -04:00 |
Yann Leboulanger
|
5234e42a28
|
[Thibg] handle negociated variable correctly and use it for file transfer.
|
2010-08-26 16:56:08 +02:00 |
Thibaut Girka
|
5960ec3bce
|
[Jingle] Handle description-info
|
2010-05-04 10:31:05 +02:00 |
Éric Araujo
|
fedd7dc8e2
|
convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
|
2010-02-08 15:08:40 +01:00 |
Thibaut GIRKA
|
600b433296
|
[Jingle] Fix a minor bug that showed incorrect states when adding a content to a session
|
2010-01-13 18:40:48 +01:00 |
Thibaut GIRKA
|
400390acaa
|
Correct JingleContent.send_candidate and JingleTransport.make_transport. Fixes #5525
|
2010-01-04 18:27:18 +01:00 |
Thibaut GIRKA
|
dea4cdc073
|
Import xmpp in jingle_content, so that JingleContent.__content can work. fixes #5524
|
2009-12-20 13:37:56 +01:00 |
Thibaut GIRKA
|
afaa90f91d
|
Rename FailedApplication to JingleContentSetupException
|
2009-12-01 22:39:02 +01:00 |
Stephan Erb
|
d54543654d
|
Add VIM indentation config to jingle files.
|
2009-12-01 22:25:29 +01:00 |
Thibaut GIRKA
|
592bacce4a
|
[Jingle] Fix make_bin_from_config, improve JingleSession.__parse_contents
|
2009-12-01 22:15:50 +01:00 |
Thibaut GIRKA
|
d295f9261d
|
[Jingle] a bit of documentation/clarification ; added make_bin_from_config
|
2009-11-30 22:29:32 +01:00 |
Alexander Cherniuk
|
aed9690dc5
|
Tiny refactoring bits of jingle code
|
2009-11-27 12:09:43 +02:00 |
Thibaut GIRKA
|
ee452a57a2
|
[Jingle] Renamed callbacks to match name conventions
|
2009-11-26 22:09:34 +01:00 |
Thibaut GIRKA
|
0edb624fec
|
Renamed a few methods, refactor on_*_button_toggled, use getattr/setattr instead of eval/self.__dict__
|
2009-11-26 21:53:44 +01:00 |
Alexander Cherniuk
|
6bf2246de5
|
A big portion of doc-string refactoring
|
2009-11-26 13:58:12 +02:00 |
Thibaut GIRKA
|
b1173a2e87
|
Fix a regression introduced by my last patch
|
2009-11-15 21:21:10 +01:00 |
Thibaut GIRKA
|
b2c5810869
|
Refactorize a bit jingle.py and split it into different files.
There is still room for improvement, but it should be better.
|
2009-11-15 20:47:06 +01:00 |