Restart of PyMSNt
A few days ago we restarted the MSN transport. PyMSNt was causing a huge amount of traffic by requesting everyones avatar at login. From now on a contacts avatar will be updated only by starting a chat session.
A few days ago we restarted the MSN transport. PyMSNt was causing a huge amount of traffic by requesting everyones avatar at login. From now on a contacts avatar will be updated only by starting a chat session.
Yesterday the PyMSNt transport stopped working. Upon a try to connect to the MSN servers, a user got to see the following:
Failed to connect to MSN servers:
[Failure instance: Traceback (failure with no frames): exceptions.Exception: Timeout]
We fixed that by editing one line in src/legacy/msn/msn.py.
Look for: MSN_PROTOCOL_VERSION = “MSNP11 CVR0″
and change it to: MSN_PROTOCOL_VERSION = “MSNP11″
Furthermore we removed the max. filesize one can transfer using the MSN transport.
Thanks to harrykar for reporting the issue!
Today we updated ejabberd to version 2.0.3 which has been released on january, 15th. We didn’t encounter any problems during the process.
The main changes are:
* Do not ask certificate for client (c2s)
* Check digest-uri in SASL digest authentication
* Use send timeout to avoid locking on gen_tcp:send
* Fix ejabberd reconnection to database
* HTTP-Bind: handle wrong order of packets
* MUC: Improve traffic regulation management
* PubSub: Several bugfixes and improvements for best coverage of XEP-0060 v1.12
* Shared Roster Groups: push immediately membership changes
* Rotate also sasl.log on “reopen-log” command
* Binary Windows installer: better detect “Error running Post Install Script”
Let us know if you find any problems.
Today we updated ejabberd to version 2.0.2 which has been released on august, 29th. We didn’t encounter any problems during the process.
The main changes are:
* Anti-abuse feature: client blacklist support by IP.
* Guide: new section Securing ejabberd; improved usability.
* LDAP filter optimisation: ability to filter user in ejabberd and not LDAP.
* MUC improvements: room options to restrict visitors; broadcast reasons.
* Privacy rules: fix MySQL storage.
* Pub/Sub and PEP: many improvements in implementation and protocol compliance.
* Proxy65: send valid SOCKS5 reply (removed support for Psi < 0.10).
* Web server embedded: better support for HTTPS.
* Binary installers: SMP on Windows; don’t remove config when uninstalling.