1
0
Fork 0

platform name

master
Matthieu Lalonde 14 years ago committed by Mathieu Lecarme
parent 6a35fe6789
commit 61c0a4aa93

@ -128,7 +128,7 @@ var Client = function(params, callback) {
jabber.resultIq(stanza, new xmpp.Element('query', {xmlns:'jabber:iq:version'})
.c('name').t('node-xmpp-client').up()
.c('version').t('0.0.1').up()
.c('os').t('mac').up()
.c('os').t(process.platform).up()
.tree()
);
});

Loading…
Cancel
Save