-
singpolyma
It's older and reuses other XEPs but both are experimental so neither is officially something anyone should expect to keep working or necessarily ever be approved
-
lovetox
vpzom, there is no reordering mechanism
-
vpzom
I want to allow users to specifying an order for bookmarks. Is that the right path to look at or should I introduce a separate "ordering" tag and sort on the client side?✎ -
vpzom
I want to allow users to specify an order for bookmarks. Is that the right path to look at or should I introduce a separate "ordering" tag and sort on the client side? ✏
-
lovetox
Why..
-
lovetox
Because you order the chats in the GUI afterwards?
-
vpzom
yes
-
lovetox
And what do you do about single chats
-
vpzom
they show up separately from groups, ordered by activity, so that's not relevant for me
-
lovetox
Until your users want to pin a chat to the top and establish an order
-
lovetox
But yes if you want to just do MUC add a custom extension element with the ordering
-
vpzom
the disparity between MUCs and 1:1 chats is an ongoing issue for other reasons
-
lovetox
Many clients add custom data in the extension element
-
lovetox
Beware that you need to preserve all data you don't manage in the extension element
-
sunglocto
> I want to allow users to specify an order for bookmarks. Is that the right path to look at or should I introduce a separate "ordering" tag and sort on the client side? Use an extension element ↺
-
sunglocto
oh lovetox already said that