aboutsummaryrefslogtreecommitdiff
path: root/doc/xep.doc
blob: eef54731c5098a5740a07315e54557e858080fbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-FileCopyrightText: 2014 Jeremy Lainé <jeremy.laine@m4x.org>
//
// SPDX-License-Identifier: CC0-1.0

/*! \page xep XMPP Extension Protocols

This document lists the XMPP Extension Protocols (XEPs) supported by QXmpp.

\htmlonly
<script>
    <!-- Dynamic resizing of the frame is needed because its size inside of the page is unknown before rendering it. -->
    function resizeIframe(obj) {
        obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 20 + 'px';
    }
</script>
<iframe src="doap.xml" class="xeps" style="position: absolute; height: 85%; width: 99%; border: none" frameborder="0" onload="resizeIframe(this)"/>
\endhtmlonly

*/