Andreas Motl

Results 1428 comments of Andreas Motl

Dear @Neustradamus, on https://github.com/jpmens/mqttwarn/issues/295#issuecomment-606332008, you commented: > @amotl: I am very happy to see that xmpppy is developped a new time! > Please look all changes in all current forks!...

@Neustradamus just asked at https://github.com/xmpppy/xmpppy/issues/29#issuecomment-612640024: > @amotl: About the webiste/SF, have you all rights? No, I haven't received any update rights there and I'm still unsure if I want them...

Dear Norman, thanks for your suggestions. > What about publishing a new site using github pages? Full ack. > If the docs were moved from `/doc` to `/docs`. Done with...

## Introduction > [...] we are looking at some cherries from the community [...] ## Critical fixes All of these are tracked within downstream issues/patches of Ubuntu, Debian and FreeBSD....

Dear @clarkspark, citing you (not quite literally) from https://github.com/jpmens/mqttwarn/issues/295#issuecomment-599298731: > In order to get the XMPP service of [`mqttwarn`](https://github.com/jpmens/mqttwarn) working again, I would try to work on this task. I...

## Introduction Sure. Let's start making `python setup.py develop` work within a Python2 virtualenv. Now, it will still croak. ## Create and apply patch ``` git clone [email protected]:xmpppy/xmpppy.git cd xmpppy...

- Add SSL/TLS fixes by @ivucica and @osminogin (709b8fa) ``` git remote add ivucica https://github.com/ivucica/xmpppy git fetch ivucica git cherry-pick 709b8fab ``` - Add first wave of Python3 support by...

Dear @clarkspark, I've just released version 0.6.0 on PyPI and will be happy to hear about the outcome for you. Cheers, Andreas.

I've just discovered the [pyxmpp2](https://github.com/Jajcus/pyxmpp2) library, which already supports the updated RFC6120, RFC6121 and RFC6122 XMPP standards. So, regardless of the fact that `xmpppy` now got some well deserved love...

I've also just discovered the [python-nbxmpp](https://dev.gajim.org/gajim/python-nbxmpp) library with recent and regular releases available on PyPI [1]. `python-nbxmpp` has been forked from `xmpppy` by [Yann Leboulanger](https://dev.gajim.org/asterix) in 2012 already and is...