André Apitzsch
125ce523e4
Rename src directory
2017-07-02 17:25:47 +02:00
Emmanuel Gil Peyrot
09e6cfbbc8
Update to XEP-0234 version 0.18.0 (:5 namespace).
2017-06-14 20:31:29 +01:00
Philipp Hörist
79dc0c49f1
Always send message delivery receipts requests
...
- We want to send requests also to offline contacts.
- The XEP is wide spread chances are high that a contact supports it.
- It gets really complicated, when we want to guess if a offline contact supports receipts
2017-05-01 19:23:31 +02:00
Emmanuel Gil Peyrot
57fb80f1fa
Remove every default argument using [] or {}.
2017-02-11 02:40:07 +00:00
Philipp Hörist
ac4859fb87
Remove unused imports
2016-12-22 18:19:24 +01:00
Denis Fomin
4b33634a0b
Copyright 2013>2014
2014-01-02 12:33:54 +04:00
Yann Leboulanger
9c8c1de03f
update my copyright
2013-04-05 21:35:39 +02:00
Yann Leboulanger
2c21353a8b
remove has_key()
...
fix base64 calls (requires and returns bytes, not str)
2013-01-02 17:53:42 +01:00
Yann Leboulanger
912f0e921d
fix imports and many py3 changements
2013-01-02 13:54:02 +01:00
Yann Leboulanger
77775cf0af
Gajim now uses python-nbxmpp library instead of embedding it.
2012-12-09 21:37:51 +01:00
Yann Leboulanger
0c36f50196
merge from trunk
2012-04-12 22:07:30 +02:00
Yann Leboulanger
3a3f99d618
upgrade copyright
2012-01-11 22:20:34 +01:00
Yann Leboulanger
b47248f09d
merge from trunk
2011-06-20 23:03:06 +02:00
Yann Leboulanger
ca0bcbb527
fallback to disco if clients don't support caps. Fixes #4071
2011-01-04 15:52:37 +01:00
Zhenchao Li
048feb5528
added JingleFileTransfer for managing jingle ft content
...
code added to trigger jingle ft session when needed
2010-06-06 23:22:52 +08:00
Yann Leboulanger
2be53c4aac
update my copyright to 2010
2010-03-11 16:52:36 +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
Stephan Erb
85a35a21ac
Correctly fake NullClientCaps: Assume we support everything instead of the blacklisted features.
2009-12-28 21:29:51 +01:00
Stephan Erb
da0749b5d9
Make NullClientCaps a singleto so that we don't create a new object for each contact.
2009-12-28 20:58:34 +01:00
Stephan Erb
54ad65c744
Show warning if calculated and received caps hash are different.
2009-12-27 16:23:31 +01:00
Stephan Erb
e9caf06992
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.
2009-12-10 20:06:46 +01:00