jdev - 2026-04-10


  1. chunkipho

    Hi

  2. Goot the ticklegoblin!

    XEP-0060 refers to a <payment-required xmlns="urn:ietf:params:xml:ns:xmll-stanzas"/> node, but that node no longer exists as of RFC 6120

  3. Cynthia

    Can Blocking Command (XEP-0191) be extended to include blocklists?

  4. singpolyma

    What kind of blocklists?

  5. Cynthia

    A uploaded text file containing lists of domains and JIDs

  6. Cynthia

    Or a text file on a HTTP server

  7. Cynthia

    Or a list updated by PubSub

  8. singpolyma

    Like a bulk import? A client could easily do that

  9. Cynthia

    Or a list updated by a PubSub node

  10. Cynthia

    > Like a bulk import? A client could easily do that No like automated blocklist updating

  11. Cynthia

    And also being separate from the blocks that the user has

  12. singpolyma

    for the pubsub thing that's more a server module. But very easy to write we basically have it already with mod antispam just need to make it per user or whatever

  13. singpolyma

    right sure. So like rtbl but user configurable in their own account and for 1:1 not muc. Should be easy

  14. Cynthia

    Yes

  15. chunkipho

    No

  16. Cynthia

    chunkipho: why

  17. chunkipho

    cuz

  18. chunkipho

    reasons not required

  19. Cynthia

    > for the pubsub thing that's more a server module. But very easy to write we basically have it already with mod antispam just need to make it per user or whatever Does Blocking Command have like a separation of lists?

  20. snit

    hi chunk

  21. Cynthia

    Like one user list, and the others that the client updates from fetching the lists it has

  22. Cynthia

    Like one user list, and the others that the client updates from fetching the text file lists it has

  23. chunkipho

    hi snit

  24. singpolyma

    >> for the pubsub thing that's more a server module. But very easy to write we basically have it already with mod antispam just need to make it per user or whatever > > Does Blocking Command have like a separation of lists? Blocking command doesn't really have anything to do with this. That's just a command syntax. Actual blocking functionality is implementation defined and I don't see any obstacle to a subscribe to blocklist function

  25. lovetox

    pubsub has not method of notifying me when the node config changes or?