jdev - 2021-12-20


  1. Wojtek

    quick question - in pubsub what should be the order of returned items/nodes in the response?

  2. flow

    Wojtek, xep60 example 79 seems to use oldest to newest

  3. Wojtek

    @flow yeah, examples (even 85 in 6.5.7 for the most recent items) seems to use that order but it's not specified - correct? (and we would have "XEP-0413: Order-By" for that?)

  4. flow

    Wojtek, is also don't find it specified in xep60 (which doesn't meant that it isn't in there ;))

  5. Wojtek

    I searched "order" / "oldest" / "newest" and couldn't find it nor I remember it being there hence me asking if I missing something :-) though, we still arrive at the "examples are not normative" conundrum :-)

  6. Zash

    If the text doesn't say anything, what harm will come from following the examples?

  7. Zash

    There's https://xmpp.org/extensions/xep-0413.html

  8. Omar

    Hi everyone , I'm a beginner and i don't know if this is the right place to ask my question, so sorry if it's not. If I wan't to use xmpp (ejabberd) in developing a social network (php). how do I connect the two in such way that when the user connects is logged in directly to the xmpp server (strophe ...) ?? if I have some rules on who can message who and how many contacts you can add , how do I prevent the users from using third party clients ? Anything can help , plz ! if y'all have any discord servers or something plz share! Thanks a lot

  9. Omar

    Hi everyone , I'm a beginner and i don't know if this is the right place to ask my question, so sorry if it's not. If I wan't to use xmpp (ejabberd) in developing a social network (php). how do I connect the two in such way that when the user connects. he is logged in directly to the xmpp server (strophe ...) ?? if I have some rules on who can message who and how many contacts you can add , how do I prevent the users from using third party clients ? Anything can help , plz ! if y'all have any discord servers or something plz share! Thanks a lot

  10. emus

    there is movim what may comes most close to what you look for in terms of discord. but officially there is not

  11. Omar

    emus , thanks man, I meant if there is a discord server for xmpp/jabber dev !

  12. pulkomandy

    > If the text doesn't say anything, what harm will come from following the examples? Harm will come from relying on other implementations following the examples

  13. Zash

    We have XMPP, why would we need Discord?

  14. Zash

    Omar, you could look at Movim for inspiration, it's basically what you describe. Social network written in PHP with an XMPP server as backend.

  15. Omar

    aah I see , thanks a lot 🙂

  16. Wojtek

    @Zash already mentioned it in the first message :-) and I think there is no harm in following examples, but those are non normative so there is no obligation to follow them.

  17. pep.

    https://framaforms.org/xmpp-code-forge-1639934950 I made this little form for a XMPP-specific code forge. Any project maintainer (past, present, future) who wants to answer it, please go ahead :)

  18. pep.

    https://framaforms.org/xmpp-code-forge-1639934950 I made this little form for an XMPP-specific code forge. Any project maintainer (past, present, future) who wants to answer it, please go ahead :)

  19. flow

    pep I would welcome general place for the xmpp developer *and* user community, including forge (probably gitlab), discussion venue (probably discourse) and a poll system to get an idea about what the community things (like proposed protcol changes)

  20. flow

    and I would be happy with establishing such a thing (assuming that one can agree on a shared vision)

  21. pep.

    Maybe write that in there. I'm only gathering feedback atm to see if it's worth it

  22. pep.

    I think I'd like something like fd.o basically (in spirit, not exactly the same), but for XMPP

  23. pep.

    (Freedesktop.org)

  24. Zash

    > Do you have your own forge? would it make sense to have an option for the most basic code hosting? like hgweb, gitweb, that kind of thing?

  25. pep.

    An option where? In the survey?

  26. Zash

    Yeeees

  27. pep.

    You want a list? Can't write that in comments? :p

  28. Zash

    Too late, too lazy!

  29. pep.

    what was the fedora thing again

  30. Zash

    Thing?

  31. pep.

    forge

  32. pep.

    p..

  33. pep.

    pagure

  34. flow

    I still fear that if we talk about a forge are unnecessarly limit the scope of what could actual be usefull

  35. pep.

    I just took one element for now. If you write that in comment, and if more write that in comments, maybe I'll do another survey with moar

  36. pep.

    Zash, I added that list!

  37. pulkomandy

    Anyone looked into fossil? I would like to try it, maybe

  38. pulkomandy

    Otherwise for git my preference goes to Gerrit+Trac but it's probably an unpopular opinion

  39. pulkomandy

    And mainly because I used that for too long, and no really good reasons

  40. pep.

    I've used fossil a bit in the past. Mostly for the wiki really, not the versioning system :P

  41. pep.

    Results are public btw, and "anonymous" (no name)

  42. pep.

    For the survey

  43. pep.

    Thanks to those who already answered. I'll let it run for a week or two I guess

  44. pep.

    flow, also I'm not sure I want to take on too much just yet. Dunno how much time I'll be able to invest in it exactly

  45. pep.

    I see how having all of the things you're talking about could be useful, now I prefer to see if there is interest first

  46. pep.

    also surveys.. they're never right

  47. Zash

    did you say selection bias?

  48. pep.

    almost

  49. lovetox

    does anyone have a suggestion for a software that allows me to track errors in my application which users send?

  50. lovetox

    lets say there is a error, and the user can click "send error report"

  51. lovetox

    may there is some web app that gathers the info and shows it with some nice UI

  52. MattJ

    lovetox, Sentry is typically used for this

  53. MattJ

    It's open-source and self-hostable, and there is a hosted option available

  54. MattJ

    I know people who self-host it, but my attempt failed (I suspect my server did not have enough resources, but I'm not entirely sure)

  55. lovetox

    ah i heard of that, thanks