XSF Discussion - 2013-08-21


  1. denvercoder9

    hello guys!

  2. ralphm

    hi denverite

  3. denvercoder9

    :)

  4. Lance waves

  5. MattJ laps at the shore

  6. denvercoder9

    why i can't discover service at jabber.org :/

  7. ralphm

    jabber.org is in the process of being upgraded

  8. denvercoder9

    oh

  9. denvercoder9

    ty

  10. ralphm

    also, I have to point out that jabber.org is ran by individuals, not the XSF

  11. Kev

    Should work fine at the moment though, minor s2s wibbles notwithstanding.

  12. Kev

    And when people can't disco it, it's usually because their server is limiting the size of the result stanza and bouncing it.

  13. denvercoder9

    was seeking for help/hints becouse i'm writing a small xmpp library

  14. Lance

    denvercoder9: what language?

  15. denvercoder9

    nodejs

  16. Lance

    not satisfied with node-xmpp?

  17. denvercoder9

    not at all :)

  18. denvercoder9

    code is a mess

  19. MattJ

    A long time back I wrote a short-and-sweet XMPP library for Node, modeled on Strophe's API

  20. denvercoder9

    i'm planning on starting from the ground again for fun..

  21. MattJ

    but node-xmpp implemented more features, became more popular, and I don't like Javascript on the server in general anyway, so I stopped maintaining it

  22. denvercoder9

    we use node daily in my company and we just need an xmpp library to implement a server (and maybe a client)

  23. Kev

    You want to implement your own server?

  24. ralphm

    denvercoder9: have you consider just contributing to node-xmpp instead?

  25. denvercoder9

    mmm nope, i want to use this project to learn more about node

  26. Lance

    denvercoder9: if you open source it, send a link. i'm a node/js dev too, always interested in these things

  27. ralphm

    denvercoder9: trust me. Writing an XMPP server from scratch doesn't sound like the best project for getting to know node better.

  28. ralphm

    but that's just me

  29. Kev

    Writing a client lib might be a somewhat better target.

  30. denvercoder9

    are the first 3 rfcs listed here good to start coding a base lib?

  31. denvercoder9

    http://xmpp.org/xmpp-protocols/rfcs/

  32. MattJ

    Yes

  33. denvercoder9

    Lance, of course i'll open source it :)

  34. MattJ

    and implementing an XMPP server is certainly not recommended, unless you want it to take over your life

  35. denvercoder9

    my life for a basic xmpp server?!

  36. MattJ

    That's the deal

  37. MattJ

    Because it only *starts* basic

  38. denvercoder9

    nha not sure..in my company we'll work on this in a team of 5

  39. MattJ

    )

  40. MattJ

    :)

  41. denvercoder9

    but why not taking my life over this :D

  42. denvercoder9

    i do this just for fun (as when coding at work too) so i'll enjoy this :)

  43. MattJ

    :)

  44. MattJ

    I'm just joking, because it's what happened to me