Mercurial > sat_legacy_website
diff templates/sat_website/specifications_xep.html @ 129:dc3484c165f7
add XEPs that are listed in the "protocols" field of PLUGIN_INFO but not in "import_name"
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 02 Dec 2015 00:19:09 +0100 |
parents | 90d5f6a80c4e |
children | 0f5a8f3b6cf4 |
line wrap: on
line diff
--- a/templates/sat_website/specifications_xep.html Tue Dec 01 20:11:58 2015 +0100 +++ b/templates/sat_website/specifications_xep.html Wed Dec 02 00:19:09 2015 +0100 @@ -62,6 +62,10 @@ <div class="col-md-7 feature">{% trans "vcard-temp" %}</div> </div> <div class="row"> + <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0153.html" target="#">XEP-0153</a></div> + <div class="col-md-7 feature">{% trans "vCard-Based Avatars" %}</div> +</div> +<div class="row"> <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0055.html" target="#">XEP-0055</a></div> <div class="col-md-7 feature">{% trans "Jabber Search" %}</div> </div> @@ -114,6 +118,10 @@ <div class="col-md-7 feature">{% trans "Personal Eventing Protocol" %}</div> </div> <div class="row"> + <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0107.html" target="#">XEP-0107</a></div> + <div class="col-md-7 feature">{% trans "User Mood" %}</div> +</div> +<div class="row"> <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0166.html" target="#">XEP-0166</a></div> <div class="col-md-7 feature">{% trans "Jingle" %}</div> </div>