Jefry Lagrange
|
038ea0fe66
|
minor fixes
|
2012-04-07 00:56:44 -04:00 |
|
Jefry Lagrange
|
b2897e36bb
|
better way to handle non supported hash algorithms
|
2012-01-24 16:51:26 -05:00 |
|
Yann Leboulanger
|
3b5cabac5b
|
coding standards
|
2012-01-24 07:28:40 +01:00 |
|
Jefry Lagrange
|
5142ebd626
|
check file integrity when transfer is completed
|
2012-01-23 22:28:07 -05:00 |
|
Jefry Lagrange
|
376777091e
|
support for xep-300
|
2012-01-15 19:37:00 -05:00 |
|
Yann Leboulanger
|
49bc202421
|
merge from trunk
|
2011-12-29 11:39:02 +01:00 |
|
Yann Leboulanger
|
188950f470
|
implement XEP-0280: Message Carbons
|
2011-11-06 17:20:58 +01:00 |
|
Yann Leboulanger
|
3b646fac4a
|
import some improvements from xmpppy and use it where it's usefull
|
2011-10-31 10:47:28 +01:00 |
|
Yann Leboulanger
|
493187d448
|
implement XEP-0306 : status conditions for MUC
|
2011-10-30 13:27:32 +01:00 |
|
Yann Leboulanger
|
1c20f5c5f4
|
[Zash] support latest version of XEP-0258. Fixes #7010
|
2011-10-07 17:57:24 +02:00 |
|
Yann Leboulanger
|
f0a0929d5c
|
merge XEP-0198 implementation from gajim-XEP-198 branch to trunk. Thanks Jefry for your work during GSOC
|
2011-08-22 09:45:51 +02:00 |
|
Jefry Lagrange
|
a8fe25aaa4
|
JingleFT IBB fallback
|
2011-06-28 18:31:07 -04:00 |
|
Yann Leboulanger
|
b47248f09d
|
merge from trunk
|
2011-06-20 23:03:06 +02:00 |
|
Jefry Lagrange
|
5b1edd03b8
|
Smacks class added, responds to ack requests
|
2011-05-30 20:14:26 -04:00 |
|
Jefry Lagrange
|
9cf9de2a14
|
Created Acks builder class
|
2011-05-25 21:24:01 -04:00 |
|
Yann Leboulanger
|
e408e18fee
|
[alpertekinalp] Fix upper() function for ascii-only strings. Fixes #6888
|
2011-05-24 18:21:12 +02:00 |
|
Denis Fomin
|
bd3d4f60a0
|
coding style
|
2011-01-03 23:08:13 +03:00 |
|
Yann Leboulanger
|
407af3397e
|
fix bookmarks receiving from pubsub. see #6744
|
2011-01-03 20:56:10 +01:00 |
|
Denis Fomin
|
8ed33a3227
|
[Link Mauve] fix for bookmarks(XEP-0048)
|
2011-01-03 21:41:17 +03:00 |
|
Yann Leboulanger
|
c3fdfc3a4b
|
begining of handling jabber:iq:gateway namespace. see #6054
|
2010-12-15 21:15:00 +01:00 |
|
Yann Leboulanger
|
89d8147cc5
|
[Dicson] fix typo preventing sending XHTML. Fixes #5900
|
2010-09-11 15:32:44 +02:00 |
|
Yann Leboulanger
|
a3863703f0
|
merge from trunk
|
2010-08-16 17:32:23 +02:00 |
|
Yann Leboulanger
|
ca43e5441c
|
merge message archiving branch. Fixes #3593
|
2010-08-11 18:43:41 +02:00 |
|
Zhenchao Li
|
4fa60f9b3d
|
define pubkey callbacks
|
2010-08-08 16:42:30 +08:00 |
|
Yann Leboulanger
|
546d1af937
|
typo in protocol.py
|
2010-07-31 00:54:13 +02:00 |
|
Zhenchao Li
|
4583482246
|
add namespace for XTLS
|
2010-07-19 14:21:01 +08:00 |
|
Yann Leboulanger
|
f9e8b46e6c
|
iability to show captcha when joining a groupchat with captcha. (TODO: download image when it's not in the message itself)
|
2010-06-27 23:09:07 +02:00 |
|
Zhenchao Li
|
b85e7849e8
|
contruct transport candidates for jingle socks5 bytestream
|
2010-06-19 22:52:17 +08:00 |
|
Yann Leboulanger
|
d58841cb2b
|
[Dave Cridland] add XEP-0258 support. Great thanks for that! Fixes #5772
|
2010-06-07 19:11:44 +02:00 |
|
Zhenchao Li
|
01c1465dfb
|
add namespace for jingle file transfer
add jingle FT to gajim.gajim_optional_features
|
2010-06-01 15:09:42 +08:00 |
|
Yann Leboulanger
|
2c2e4201d7
|
merge from trunk
|
2010-05-25 16:33:40 +02:00 |
|
Yann Leboulanger
|
f919c10742
|
check that pubsub messages have a Atom namespace before presenting them to the user. Fixes #5757
|
2010-05-25 09:33:59 +02:00 |
|
Yann Leboulanger
|
23f73004db
|
[Mattj] Fix connection to facebook server that don't understand ver="" in roster query. Fixes #5600
|
2010-02-11 18:57:39 +01:00 |
|
Éric Araujo
|
357d7db07d
|
fixed some whitespace thanks to 2to3 -f ws_comma
|
2010-02-10 19:24:11 +01:00 |
|
Éric Araujo
|
0408b35cfb
|
convert tabs to spaces in source code thanks to reindent.py
also use 2to3 -f ws_comma to fix some whitespace
|
2010-02-10 17:59:17 +01: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 |
|
mariolenz
|
05a86e8357
|
harmonize indentation. Fixes #5518
|
2009-12-28 23:04:23 +01:00 |
|
Yann Leboulanger
|
07be0727de
|
[Florob] show in roster and message window geolocalisation of a contact. Fixes #5485
|
2009-12-07 18:32:42 +01:00 |
|
Alexander Cherniuk
|
f084a1f78b
|
One more portion of doc-string and formatting refactoring
|
2009-11-26 17:46:48 +02:00 |
|
Alexander Cherniuk
|
6d0f28c47d
|
More doc-string (and not only) refactoring
|
2009-11-26 16:32:56 +02:00 |
|
Yann Leboulanger
|
a59011138b
|
merge diff from default
|
2009-11-25 21:15:36 +01:00 |
|
Stephan Erb
|
30580702d5
|
Create a ConnectionPEP class and directly register its callback to handle pep events.
|
2009-11-14 19:56:15 +01:00 |
|
Yann Leboulanger
|
e4128f5c29
|
merge from default
|
2009-11-13 19:45:11 +01:00 |
|
Thibaut GIRKA
|
163b01e113
|
New class for video sessions, added an end_session method, and minor changes
|
2009-09-16 22:35:11 +02:00 |
|
Thibaut GIRKA
|
32ad59aa42
|
jingle: move from the old farsight to farsight2,
better compliance to the last version of XEP 0166, 0167 and 0176
|
2009-09-13 11:02:49 +02:00 |
|
Yann Leboulanger
|
1f7b19180d
|
merge default branch to jingle
|
2009-09-08 12:01:09 +02:00 |
|
Anaël Verrier
|
18c8805fb4
|
* added 'http://jabber.org/protocol/rsm' namespace into xmpp/protocol.py
* added comments for NS_ARCHIVE*
|
2009-08-05 18:05:23 +02:00 |
|
Yann Leboulanger
|
5b62a6fbbd
|
add publish-options to bookmark storage if server supports it
|
2009-07-31 15:50:11 +02:00 |
|
Anaël Verrier
|
dde1b34109
|
* added some NS_* in xmpp/protocol.py (for XEP-0136)
|
2009-07-13 01:03:43 +02:00 |
|
Stephan Erb
|
233848aec0
|
Random bits in xmpp. Cosmetic only.
|
2008-12-27 11:45:58 +00:00 |
|