diff --git a/xmpp/xmpp.php b/xmpp/xmpp.php index 21ac59cd2..753ea0a50 100644 --- a/xmpp/xmpp.php +++ b/xmpp/xmpp.php @@ -125,6 +125,9 @@ function xmpp_converse(&$a,&$s) { if (!get_pconfig(local_user(),"xmpp","enabled")) return; + if (in_array($a->query_string, array("admin/federation/"))) + return; + $a->page['htmlhead'] .= ''."\n"; $a->page['htmlhead'] .= ''."\n";