jdev - 2024-12-28


  1. doge

    How does roster @ver work with roster set/push? If a client does a set or receives push, is it to forget the @ver and refetch roster on reconnect?

  2. jonas’

    doge, When roster versioning is enabled, the server MUST include the updated roster version with each roster push.

  3. doge

    where does storage:bookmarks+notify need to be put for me to get notifications about bookmarks? Not in presence apparently. I think I asked before but I frogor

  4. edhelas

    In your caps :)

  5. Link Mauve

    doge, I would recommend you to switch to XEP-0402 instead.

  6. Link Mauve

    XEP-0048 as it is is deprecated.

  7. Link Mauve

    ModernXMPP has some guidelines about what to implement and when to use: https://docs.modernxmpp.org/client/groupchat/#bookmarks

  8. doge

    > In your caps :) in what you reply to ` <query xmlns='http://jabber.org/protocol/disco#info'` ? I put it there but I'm not getting notifications... hm I don't think I even get such request from my server, but I do from other clients

  9. doge

    oohh right I also need to <c > into stream:features, I rember now

  10. doge

    > doge, I would recommend you to switch to XEP-0402 instead. what's the point if nothing is using it lol. I tried that first and only then learnt it was completely empty for my account

  11. Link Mauve

    doge, as it says in section 5.3, you should use it when the urn:xmpp:bookmarks:1#compat feature is exposed by your server.

  12. Link Mauve

    Basically, follow what modernxmpp is saying, and upgrade your server to get mod_bookmarks.

  13. singpolyma

    Yeah I basically only use bookmarks2 now

  14. singpolyma

    Non atomic updates in legacy bookmarks cause too many issues

  15. doge

    not my server so not an option

  16. Link Mauve

    doge, contact your admin then and tell them you’re missing this feature.

  17. doge

    nah it's not really affecting me in any way

  18. Link Mauve

    If you want to test on a server doing it properly, you can create an account at jabber.fr for instance.