jdev - 2022-02-01


  1. Sam

    Hmm, still working on IBB and it looks like Dino has unlimited buffer growth too. On the one hand, it's probably always going to be mediated by another protocol, so we may be checking against the size of the file in jingle or something before hand, on the other any minor issue where the session doesn't get cleaned up and you could probably keep sending data forever and run them out of memory.

  2. Zash

    >>> aioxmpp.stringprep.nameprep("foo@bar/baz").encode("idna") b'foo@bar/baz' I'm sorta expecting an error here.

  3. jonas’

    idna encoding is weird