Author: dejanb
Date: Wed Aug 5 09:00:34 2009
New Revision: 801092
URL: http://svn.apache.org/viewvc?rev=801092&view=rev
Log:
stomp v1.1 specification layout
Added:
activemq/stomp/trunk/webgen/src/stomp11/
activemq/stomp/trunk/webgen/src/stomp11/index.page
activemq/stomp/trunk/webgen/src/stomp11/specification.page
Added: activemq/stomp/trunk/webgen/src/stomp11/index.page
URL:
http://svn.apache.org/viewvc/activemq/stomp/trunk/webgen/src/stomp11/index.page?rev=801092&view=auto
==============================================================================
--- activemq/stomp/trunk/webgen/src/stomp11/index.page (added)
+++ activemq/stomp/trunk/webgen/src/stomp11/index.page Wed Aug 5 09:00:34 2009
@@ -0,0 +1,13 @@
+---
+title: Overview
+sort_info: 10
+--- name:overview
+
+# Stomp 1.1
+Stomp, Version 1.1
+
+--- name:content
+
+This page contains information about Stomp version 1.1. Here you can find:
+
+* [Specification](specification.html)
\ No newline at end of file
Added: activemq/stomp/trunk/webgen/src/stomp11/specification.page
URL:
http://svn.apache.org/viewvc/activemq/stomp/trunk/webgen/src/stomp11/specification.page?rev=801092&view=auto
==============================================================================
--- activemq/stomp/trunk/webgen/src/stomp11/specification.page (added)
+++ activemq/stomp/trunk/webgen/src/stomp11/specification.page Wed Aug 5
09:00:34 2009
@@ -0,0 +1,83 @@
+---
+title: Specification
+sort_info: 20
+--- name:overview
+
+#Stomp Protocol Specification, Version 1.1
+Stomp Protocol Specification, Version 1.1
+
+--- name:content
+
+#Stomp Protocol Specification, Version 1.1
+
+## Introduction
+
+TODO
+
+## Message Format
+
+TODO
+
+### Header format
+
+TODO
+
+### Body format
+
+TODO
+
+## Message Types
+
+TODO
+
+## Establishing Connection
+
+TODO
+
+### Wire Format Negotiation
+
+TODO
+
+### Virtual Hosting
+
+TODO
+
+## Sending Messages
+
+TODO
+
+## Receiving Messages
+
+TODO
+
+### Acknowledgment modes
+
+TODO
+
+#### Auto
+
+TODO
+
+#### Client
+
+TODO
+
+#### Individual
+
+TODO
+
+## Transactions
+
+TODO
+
+## Selectors
+
+TODO
+
+## Handling Errors
+
+TODO
+
+## Keep Alive
+
+TODO
\ No newline at end of file