-
denvercoder9
hello guys!
-
ralphm
hi denverite
-
denvercoder9
:)
- Lance waves
- MattJ laps at the shore
-
denvercoder9
why i can't discover service at jabber.org :/
-
ralphm
jabber.org is in the process of being upgraded
-
denvercoder9
oh
-
denvercoder9
ty
-
ralphm
also, I have to point out that jabber.org is ran by individuals, not the XSF
-
Kev
Should work fine at the moment though, minor s2s wibbles notwithstanding.
-
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.
-
denvercoder9
was seeking for help/hints becouse i'm writing a small xmpp library
-
Lance
denvercoder9: what language?
-
denvercoder9
nodejs
-
Lance
not satisfied with node-xmpp?
-
denvercoder9
not at all :)
-
denvercoder9
code is a mess
-
MattJ
A long time back I wrote a short-and-sweet XMPP library for Node, modeled on Strophe's API
-
denvercoder9
i'm planning on starting from the ground again for fun..
-
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
-
denvercoder9
we use node daily in my company and we just need an xmpp library to implement a server (and maybe a client)
-
Kev
You want to implement your own server?
-
ralphm
denvercoder9: have you consider just contributing to node-xmpp instead?
-
denvercoder9
mmm nope, i want to use this project to learn more about node
-
Lance
denvercoder9: if you open source it, send a link. i'm a node/js dev too, always interested in these things
-
ralphm
denvercoder9: trust me. Writing an XMPP server from scratch doesn't sound like the best project for getting to know node better.
-
ralphm
but that's just me
-
Kev
Writing a client lib might be a somewhat better target.
-
denvercoder9
are the first 3 rfcs listed here good to start coding a base lib?
-
denvercoder9
http://xmpp.org/xmpp-protocols/rfcs/
-
MattJ
Yes
-
denvercoder9
Lance, of course i'll open source it :)
-
MattJ
and implementing an XMPP server is certainly not recommended, unless you want it to take over your life
-
denvercoder9
my life for a basic xmpp server?!
-
MattJ
That's the deal
-
MattJ
Because it only *starts* basic
-
denvercoder9
nha not sure..in my company we'll work on this in a team of 5
-
MattJ
)
-
MattJ
:)
-
denvercoder9
but why not taking my life over this :D
-
denvercoder9
i do this just for fun (as when coding at work too) so i'll enjoy this :)
-
MattJ
:)
-
MattJ
I'm just joking, because it's what happened to me