sonnyHey, so xmpp.js supports "dynamic" dns/http lookups. However a user is asking to add multiple endpoints support *client side* in configuration. Is that a common requirement?
sonnyhttps://github.com/xmppjs/xmpp.js/issues/568
sonnyor common use case*
pep.I'm curious what their use-case is, fallback endpoints? Maybe they can solve that at the DNS level rather?
sonny"I'm a user that doesn't have admin capabilities to update DNS on our XMPP servers, and admins who do are reluctant to do so because of pre-existing network dependencies"
pep.I see. Then I guess it depends if you want to support this use-case? I can't help much I'm not sure how common that is
sonnyok - thanks
pep.sonny, maybe ask conversejs? or jsxc
pep.JC is not on this channel, maybe you can join discuss@conference.conversejs.org
sonnywhy? I don't think it is web specific
pep.Ah when that user says endpoint, what kind of endpoint is that
pep.rereads the issue
sonnyyep it's unclear
pep.What does "enpoint" in the doc means? In the documentation bits they quoted
sonnyhostname and port
vanitasvitaehas left
sonnytcp/direct tls/websocket
pep.interesting
sonnyhere you get an idea https://github.com/xmppjs/xmpp.js/tree/master/packages/resolve#usage
vanitasvitaehas joined
sonnyso if you pass a domain to the client library it uses `resolve` to fetch endpoints, sort them, and fallbacks https://github.com/xmppjs/xmpp.js/tree/master/packages/client#client-1
sonnyyeah doc is really lacking I think it's defeating its purpose by confusing users
pep.What project doesn't have lacking documentation..
sonnyprosody? 😀
pep.I'm not convinced. (Not saying it's particularly bad either)
Alexhas left
Alexhas joined
rionhas left
rionhas joined
Kevhas joined
Kevhas left
Kevhas joined
Kevhas left
Kevhas joined
Kevhas left
lovetoxhm can i send a direct invite as pm to a muc participant?
ZashI don't see why not
lovetoxhm yes
ZashUnless it's tied too hard to invites being in type=normal messages?
lovetoxyeah i just looked that up
lovetoxbut nothing says that a direct invite must be type=normal
lovetoxwhere you are getting this from?
lovetoxalso private message can be type=chat
lovetoxor type=normal
lovetoxit just is not allowed for it to be type=groupchat
ZashMostly just based on examples in https://xmpp.org/extensions/xep-0249.html having no type attribute
ZashIt /would/ be kinda cool to send invites to entire rooms
lovetoxyeah but that just doesnt mean a thing does it
lovetoxall examples are minimal examples
lovetoxand only contain stuff which is absolutley necessary