Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog - dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8b29b9ea3f21d0dbf8809c0c3987df5fe5e1362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
python-nbxmpp 0.6.6 (20 May 2018)

 * Record all SSL errors instead of only the first
 * Pass arguments to plugin/plugout methods
 * Allow the Roster to be initalized without requesting it from the server

python-nbxmpp 0.6.5 (30 April 2018)

 * Fix BOSH usage (don't set ALPN)
 * Better handling of certificate files

python-nbxmpp 0.6.4 (17 March 2018)

 * Fix SOCKS5 usage

python-nbxmpp 0.6.3 (26 January 2018)

 * Add ALPN and SNI support for when using DirectTLS
 * Bugfixes

python-nbxmpp 0.6.2 (27 December 2017)

 * Correctly load client certs
 * Warn on any error in the certificate chain
 * Fixed a traceback loop

python-nbxmpp 0.6.1 (29 November 2017)

 * Add new getStanzaIDAttrs method
 * Fix BOSH connexion
 * stop using PyOpenSSL for random generator

python-nbxmpp 0.6.0 (25 September 2017)

 * Add new getOriginID/SetOriginID method for Messages
 * Add new getJid() method for Protocol
 * getTagAttr() accepts now a namespace argument
 * Add new `protocol` argument for getTag()
 * Add new XEP Namespaces

python-nbxmpp 0.5.6 (03 June 2017)

  * Support XEP-0198 Version 1.5.2
  * Add new XEP Namespaces

python-nbxmpp 0.5.5 (30 January 2017)

  * Some cleanup
  * Add some namespaces

python-nbxmpp 0.5.4 (04 September 2016)

  * Fix SCRAM authentication
  * Fix BOSH connection with UTF-8 messages
  * Fix smacks implementation
  * Use uuid in stanza ids

python-nbxmpp 0.5.3 (13 July 2015)

  * Fix receiving long utf8 strings under py3
  * Fix issue with pyopenssl 0.15.1
  * Fix decoding issues

python-nbxmpp 0.5.2 (27 December 2014)

  * Fix BOSH HTTP requests
  * Fix handling of binary SASL data for mechanism GSSAPI
  * Update MAM namespace

python-nbxmpp 0.5.1 (04 October 2014)

  * Fix printing network errors in a non-utf-8 console

python-nbxmpp 0.5 (02 July 2014)

  * support both python2 and python3
  * Fix storing server certificate when there is no error

python-nbxmpp 0.4 (15 March 2014)

  * Ability to configure TLS protocol version
  * Add support for SCRAM-SHA-1-PLUS
  * Security improvements

python-nbxmpp 0.3 (23 December 2013)

  * Improve security level
  * Ability to configure cipher list
  * Store only depth 0 SSL certificate

python-nbxmpp 0.2 (26 July 2013)

  * Add some namespace
  * do TLS handshake without blocking
  * store all SSL errors instead of only last one

python-nbxmpp 0.1 (05 August 2012)

  * Initial release