[Xmpp4js-commit] SF.net SVN: xmpp4js:[768] trunk/src/site
Status: Beta
Brought to you by:
h-iverson
From: <h-i...@us...> - 2008-08-26 19:40:13
|
Revision: 768 http://xmpp4js.svn.sourceforge.net/xmpp4js/?rev=768&view=rev Author: h-iverson Date: 2008-08-26 19:40:19 +0000 (Tue, 26 Aug 2008) Log Message: ----------- added extension support page Modified Paths: -------------- trunk/src/site/site.xml Added Paths: ----------- trunk/src/site/xdoc/extension-support.xml Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2008-08-04 23:00:23 UTC (rev 767) +++ trunk/src/site/site.xml 2008-08-26 19:40:19 UTC (rev 768) @@ -49,6 +49,7 @@ </menu> <menu name="Developer Docs"> <item name="Code Samples" href="code-samples.html"/> + <item name="Extension Support" href="extension-support.html"/> <item name="BOSH Environment" href="bosh-environment.html"/> <item name="The HACKING File" href="hacking.html"/> <item name="XEP-0124 (BOSH)" href="http://www.xmpp.org/extensions/xep-0124.html"/> Added: trunk/src/site/xdoc/extension-support.xml =================================================================== --- trunk/src/site/xdoc/extension-support.xml (rev 0) +++ trunk/src/site/xdoc/extension-support.xml 2008-08-26 19:40:19 UTC (rev 768) @@ -0,0 +1,80 @@ +<document> + <properties> + <author email="h.i...@gm...">Harlan Iverson</author> + <title>Extension Support</title> + </properties> + + <body> + + <section name="Extension Support"> + <table> + <thead> + <tr> + + <th>Extension</th> + <th>Supported?</th> + <th>Validated?</th> + </tr> + </thead> + <tbody> + + + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0004.html">XEP-0004: Data Forms</a></td> + <td>Yes</td> + <td>No</td> + </tr> + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0030.html">XEP-0030: Service Discovery</a></td> + <td>Yes</td> + <td>No</td> + </tr> + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0045.html">XEP-0045: Multi-User Chat</a></td> + <td><a href="http://code.google.com/p/soashable/issues/detail?id=4">Planned</a></td> + <td></td> + </tr> + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0049.html">XEP-0049: Private XML Storage</a></td> + <td>Yes</td> + <td>No</td> + </tr> + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0060.html">XEP-0060: Publish-Subscribe</a></td> + <td><a href="http://code.google.com/p/soashable/issues/detail?id=69">Planned</a></td> + <td></td> + </tr> + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0077.html">XEP-0077: In-Band Registration</a></td> + <td>Yes</td> + <td>No</td> + </tr> + + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0085.html">XEP-0085: Chat State Notifications</a></td> + <td>Yes</td> + <td>No</td> + </tr> + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0100.html">XEP-0100: Gateway Interaction</a></td> + <td>Yes</td> + <td>No</td> + </tr> + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0124.html">XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH)</a></td> + <td>Yes</td> + <td>No</td> + </tr> + + <tr> + <td><a href="http://www.xmpp.org/extensions/xep-0163.html">XEP-0163: Personal Eventing via Pubsub</a></td> + <td><a href="http://code.google.com/p/soashable/issues/detail?id=69">Planned</a></td> + <td></td> + </tr> + </tbody> + </table> + + </section> + + </body> +</document> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |