jdev - 2020-10-22


  1. hackslash

    hi

  2. hackslash

    where is here ?

  3. hackslash

    ๐Ÿ™‚

  4. hackslash

    :?

  5. Martin

    > where is here ? The xmpp developer chat. ๐Ÿ˜ƒ

  6. bartlino

    Hello, newbie here that doesn't know much about anything... Would anyone know of a Python framework for XMPP? I dabble a little bit with Flask & Django for HTTP, would there be anything similar for XMPP?

  7. Martin

    Don't know what you're looking for but aioxmpp, slixmpp and nbxmpp are python xmpp libraries.

  8. bartlino

    Perfect thanks!

  9. bartlino

    This may sound like a dumb question but could a server support both HTTP & XMPP? For example if one client needs HTTP method but another uses XMPP

  10. bartlino

    I am trying learn about the smart utility grid industry that requires devices to talk either HTTP or XMPP. And apparently servers need to be able to support both protocols

  11. bartlino

    Curious if a Python framework could support both protocols. Like a Django HTTP server that could also work with XMPP

  12. jonasโ€™

    you could use asyncio with quart to easily have both in the same environment