Le vendredi 25 octobre 2024, 06:53:03 heure d’été d’Europe centrale Schimon 
Jehudah a écrit :
  Good day, one and all!
 
 I want to work on an XEP which would define "link collections", which I
 think would also be useful for FASI (HTML invite page for XMPP), which
 already indicates of articles, when articles are present (see attached
 image).
 
 See example profiles under "New Members" at 
https://libertylinks.io
 
 Would Data Forms be the appropriate mean to achieve it?
 
 Kind regards,
 Schimon
  
I'm not sure is the data forms is the more appropriate. I think I would do it 
with a dedicated XML element instead (don't we have already something for 
that? It really smells like public bookmark to me).
For the record, I have a very similar use case where I want to register a list 
of URL *AND* Pubsub Nodes: I have an invitation feature in Libervia with 
associate a URL with an ID to a guest account, and I'm storing there links of 
interest (for instance: a MUC, a pubsub node, etc). I've been using my own 
stuff so far, but I'm planning to work on a XEP, so maybe we can do something 
together?
Of course pubsub node can be stored as URL, be it's cleaner to use directly a 
specific element.
Basically, I need a pubsub node with well-defined items to describe URL, pubsub 
nodes, MUC rooms, or whatever, optionally with description and possibility to 
extend with extra data.
Best,
Goffi