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 @@