jdev - 2022-05-22


  1. Kev

    > hm with MIX, is it possible to differentiate between, people leaving intentionally a chat, and people disconnecting? Yes, because your occupancy isn't tied to your presence. So your presence is your current state, and you'll be in the room until you leave (I forget which words we settled on).

  2. Schimon

    Hello, I am writing a News bot (ATOM & RSS) in Python and I'll be glad for some help

  3. lovetox

    What help do you need?

  4. Schimon

    I need to handle network errors in order not to end up with a locked database.

  5. Schimon

    SQLite3 database

  6. Schimon

    You'll need to manually add feeds to table: "feeds" column: "address" https://github.com/sjehuda/slixmpp-news-bot/blob/main/monitor_feed_updates.py

  7. pep.

    Schimon, I haven't really looked at what you're doing but do you know about atomtopubsub? https://github.com/edhelas/atomtopubsub

  8. edhelas

    actually the fork is better

  9. pep.

    Which one

  10. edhelas

    https://github.com/imattau/atomtopubsub

  11. pep.

    Ok! What's better about it?

  12. edhelas

    check all the commits

  13. pep.

    . Thanks

  14. Schimon

    pep., yes, but I didn't look into it yet

  15. Schimon

    pep., actually, I didn't. I'm looking itno it now.

  16. Schimon

    pep., actually, I didn't. I'm looking into it now.

  17. Schimon

    I need to learn more about XMPP Pubsub Nodes

  18. Schimon

    Aside from a database, which I still want, because I want this script to work independently as well, imattau/atomtopubsub is great.