Browse Source

- Put more restrictions in the Roster for the Jingle call

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
893153e820
  1. 2
      app/widgets/Roster/Roster.php

2
app/widgets/Roster/Roster.php

@ -171,7 +171,7 @@ class Roster extends WidgetBase
if($type == 'bot')
$html .= '<div class="infoicon bot"></div>';
if($jingle_video )
if($jingle_video && $jingle_ice && $jingle_audio)
$html .= '<div class="infoicon jingle" onclick="Popup.open(\''.$contact->jid.'/'.$contact->ressource.'\')"></div>';
if(($contact->tuneartist != null && $contact->tuneartist != '') ||

Loading…
Cancel
Save