-
edhelas
> Btw. is it possible, that all those keys are generated by Movim, edhelas? > Every time I login on the browser? > I'm not even using OMEMO with my movim account. Yes because that's how it's done in the browser. Local storage and other things like this are conternerized. ↺
-
edhelas
That's why omemo is disabled by default and I've put a global toggle in movim
-
Schimon
*XEP-0292: vCard4 Over XMPP* Is it possible to allocate Titles to URLs?
-
Schimon
https://xmpp.pimux.de/file_share/57abb363-a2e2-4943-8fa8-a731f9e8fdba/256-xmpp_profile_card.png
-
Schimon
Official site Git repository Videos etc.✎ -
Schimon
Official site Git repository Videos etc. ✏
-
Schimon
I suppose that I should add custom elements. ``` <movim> <parameters /> <uri>https://mov.im/?blog/sch</uri> </movim> <peertube> <parameters /> <uri>https://video.xmpp-it.net/c/sch/videos</uri> </peertube> ```✎ -
Schimon
I suppose, that I should add custom elements. ``` <movim> <parameters /> <uri>https://mov.im/?blog/sch</uri> </movim> <peertube> <parameters /> <uri>https://video.xmpp-it.net/c/sch/videos</uri> </peertube> ``` ✏
-
debacle
> That's why omemo is disabled by default and I've put a global toggle in movim Then my OMEMO keys have not been created by Movim in my case. OMEMO is switched off. Strange. ↺
-
edhelas
I guess you can remove somes
-
edhelas
What is the state of moving to urn:xmpp:omemo:2 ?
-
edhelas
I'm planning to do a PR to add an updated="" to the device list, will greatly help with not resyncing everything everytime
-
edhelas
<device id='4223' label='Gajim on Ubuntu Linux' updated=''/>
-
debacle
> I guess you can remove somes As I don't need OMEMO on my movim account, I removed all. ↺
-
debacle
Also removed most on my main (Debian) account.
-
edhelas
👍 trying to figure out a way to fix it for the others
-
debacle
OMEMO UX leaves room for improvement. I can't tell my non-technical friends "please remove keys". They will remove XMPP instead.
-
edhelas
That's exactly my point, we should figure out ways to do it automagically.
-
Stefan
Did you say, I should deinstall the App? :)
-
Stefan
I think the user should be ask about key generation. For non-technical users it's not a problem. For technical users it will be helpful.
-
singpolyma
Schimon: take a look at the vcard4 spec. There's surely type but may also be label iirc
-
Schimon
https://xmpp.org/extensions/xep-0292.html#mapping-removed > <!-- NOTE: vcard-temp allowed a LABEL element, > but it was removed from vCard4 -->
-
Schimon
singpolyma. I supppoes, that I will utilize an element as a label.
-
Schimon
> I suppose, that I should add custom elements. > ``` > <movim> > <parameters /> > <uri>https://mov.im/?blog/sch</uri> > </movim> > <peertube> > <parameters /> > <uri>https://video.xmpp-it.net/c/sch/videos</uri> > </peertube> > ``` As I displayed. ↺
-
singpolyma
Well just as that would break the spec
-
singpolyma
You could add a namespace but why not see if vcard4 has something you can use right in the spec?
-
Schimon
Would it?
-
Schimon
Then I have to read again.
-
singpolyma
Note I mean the vcard4 spec not the xep
-
Schimon
Pardon. I will examine https://datatracker.ietf.org/doc/html/rfc6350
-
singpolyma
Hmm, so type is a pretty closed list unless you register items or use x (not suggested). It's not a perfect fit but you could use sort-as
-
singpolyma
I mean if you could come up with some more generic things than "peertube" (maybe social-video) is whatever I could see registering them as tuypes being not impossible. But it's work of course.
-
singpolyma
Usually I do this kind of type work by URI but I can see how for these self hosted services that are all over http it's harder to tell from just that
-
Schimon
> I mean if you could come up with some more generic things than "peertube" (maybe social-video) is whatever I could see registering them as tuypes being not impossible. But it's work of course. No. Because one might have links to Odysee and Rumble, and he would want to distinguish them. I suppose, that `<x-peertube>` would be the most practical, at least for start. ↺
-
Zash
https://datatracker.ietf.org/doc/html/rfc6648 would like a word
-
singpolyma
Yeah obviously you won't get branded markers approved in a spec. I'd not suggest to use x- but it is valid
-
Schimon
I want to build a "personal profile page" based on XMPP, and provide at least what the following services provide. ``` https://bento.me/ https://magic.ly/ https://fursona.directory/ https://pronouns.page/ https://nostree.me/ https://about.me/ https://instabio.cc/ https://manage.smarturl.it/ https://www.linkfire.com/ https://keyoxide.org/ https://linktr.ee/ https://allmylinks.com/ https://taplink.at/ https://bio.link/ https://links.page/ https://libertylinks.io/ ```
-
singpolyma
Could also do a namespaced child element of <url/> {https://mycoolproject.com}branded-type or something
-
Schimon
All of which are "link collection manager" services.
-
Schimon
That is a good idea!✎ -
Schimon
> Could also do a namespaced child element of <url/> {https://mycoolproject.com}branded-type or something That is a good idea! ✏ ↺
-
stpeter
I wonder how it is that I just now discovered this chatroom…
-
dwd
Well, that's it, the place has gone to the dogs now...
-
stpeter
Indeed!
-
Guus
You have a Pokemon attitude towards MUCs, Peter? :)
-
moparisthebest
I think he couldn't find it because it should be named xdev 😁
-
stpeter
I happened to visit https://xmpp.org/community/chat/ and saw it there.
-
stpeter
Not that I do any actual *development* anymore, mind you!
-
Guus
I'm sorry, but since you're now here, we must insist that you start again.
-
Guus
To help you get started, we shall be re-assigning all tickets from our bugtracker in three, two, one...
-
Guus
(this is largely how Dave became Openfire's project lead ;) )
-
edhelas
No one is a developer there, we're just a bunch of folks trying to figure out a way to do some nice UX/UI on top of those "XEPs".