From eddf21af7411af3770b0ee7f46338f53e63cae6f Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 28 Apr 2014 16:49:48 +0100 Subject: [PATCH] Updated xmpp node to use config node instead of additional creds file. --- social/xmpp/92-xmpp.html | 18 +++++++++++++----- social/xmpp/92-xmpp.js | 25 ++++++++++++++++++------- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/social/xmpp/92-xmpp.html b/social/xmpp/92-xmpp.html index 344ea8b2..228de277 100644 --- a/social/xmpp/92-xmpp.html +++ b/social/xmpp/92-xmpp.html @@ -74,7 +74,7 @@ outputs:2, icon: "xmpp.png", label: function() { - return this.name||this.server||"xmpp"; + return this.name||"xmpp"; }, labelStyle: function() { return (this.name||!this.server)?"node_label_italic":""; @@ -85,7 +85,7 @@