provide more contact infos and update some protocol type definitions

This commit is contained in:
Mario Vavti
2016-01-15 10:42:44 +01:00
parent b58177e3c6
commit 63ee0daac5
4 changed files with 19 additions and 6 deletions

View File

@@ -21,6 +21,16 @@
<span class="contact-info-label">{{$contact.connected_label}}:</span> <span class="autotime" title="{{$contact.connected}}"></span>
</div>
{{/if}}
{{if $contact.webbie}}
<div class="contact-info-element">
<span class="contact-info-label">{{$contact.webbie_label}}:</span> {{$contact.webbie}}
</div>
{{/if}}
{{if $contact.network}}
<div class="contact-info-element">
<span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}}
</div>
{{/if}}
</div>
</div>