Modern XMPP project discussion - 2021-09-20


  1. greg

    hey guys, say i've got an MUC service with lots of public rooms. Is there a part of the protocol (xep 45) or an extension that allows for searching the rooms available to me? I'm implementing the server side and am trying to find if there's a section on search but I can't find any.

  2. greg

    hey guys, say i've got an MUC service with lots of public rooms. Is there a part of the protocol (xep 45) or an extension that allows for searching the rooms available to me? I'm implementing the server side and am trying to find if there's a section on room search but I can't find any.

  3. greg

    hey guys, say i've got an MUC service with lots of public rooms. Is there a part of the protocol (xep 45) or an extension that allows for searching the rooms available by name or description? I'm implementing the server side and am trying to find if there's a section on room search but I can't find any.

  4. L29Ah

    greg: try xep30

  5. L29Ah

    ah, server-side search

  6. L29Ah

    there's no such thing afaik

  7. L29Ah

    clients request the complete list of rooms and then search over it

  8. littleme

    Mock as client?

  9. greg

    l29Ah: ok thanks!

  10. MattJ

    greg, I think jonas’ or someone was planning to work on something like that in the context of an XMPP API for https://search.jabber.network/

  11. Zash

    Like https://xmpp.org/extensions/xep-0433.html ?

  12. MattJ

    Very very much like that

  13. MattJ

    greg, this is what you want :)