xmpp.js

changeset 12
1fe880c7383e
parent 9
c4ff2c2fea6d
child 14
aaad945d10ba
--- a/xmpp.js	Wed Feb 10 15:01:40 2010 +0000
+++ b/xmpp.js	Wed Feb 10 15:08:24 2010 +0000
@@ -1,3 +1,8 @@
+// xmpp.js - Server-side XMPP in Javascript
+// (C) 2010 Matthew Wild
+// This project is released under the MIT/X11
+// license. For more info see the COPYING file.
+
 // Node libs
 var tcp = require("tcp");
 

mercurial