view ns.js @ 9:42d3f454d4b4

Don’t reconnect when there is nothing to get.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 02 Nov 2011 09:53:37 -0700
parents 461a24a5a788
children
line wrap: on
line source

var ns = {
	xhtml: 'http://www.w3.org/1999/xhtml',
	atom: 'http://www.w3.org/2005/Atom',
	e: 'urn:eldonilo',
	j: 'jabber:client',
	info: 'http://jabber.org/protocol/disco#info',
	items: 'http://jabber.org/protocol/disco#items',
	data: 'jabber:x:data',
	ps: 'http://jabber.org/protocol/pubsub',
	pse: 'http://jabber.org/protocol/pubsub#event'
};

var parsers = {};

if (typeof module !== 'undefined')
	module.exports = ns;