Mercurial > eldonilo > blog
comparison ns.js @ 0:f62b5c395a48
Initial commit.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 04 Jun 2011 05:02:47 +0200 |
parents | |
children | eb5b6d3ab09b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f62b5c395a48 |
---|---|
1 var ns = { | |
2 xhtml: 'http://www.w3.org/1999/xhtml', | |
3 atom: 'http://www.w3.org/2005/Atom', | |
4 e: 'urn:eldonilo', | |
5 j: 'jabber:client', | |
6 info: 'http://jabber.org/protocol/disco#info', | |
7 items: 'http://jabber.org/protocol/disco#items', | |
8 data: 'jabber:x:data', | |
9 ps: 'http://jabber.org/protocol/pubsub', | |
10 pse: 'http://jabber.org/protocol/pubsub#event' | |
11 }; | |
12 | |
13 var parsers = {}; | |
14 | |
15 if (typeof exports === 'object') | |
16 exports.ns = ns; |