summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-22 19:18:17 +0000
committerAlan Conway <aconway@apache.org>2007-08-22 19:18:17 +0000
commitf2333ea56165e4f69d9e5c5d4b7d9aa46db5da14 (patch)
treeb9b8840cadd93f65905ef2ba4eeef765bbfd3a0b /specs
parent737f9a39b069e9094de335e44e5517d293195daa (diff)
downloadqpid-python-f2333ea56165e4f69d9e5c5d4b7d9aa46db5da14.tar.gz
* specs/amqp-transitional.0-10.xml: Removed ping and pong methods.
They have been removed from the spec. * cpp/src/tests/Cluster.cpp, Cluster_child.cpp: Removed use of SessionPing/PongBody. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@568732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/amqp-transitional.0-10.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/specs/amqp-transitional.0-10.xml b/specs/amqp-transitional.0-10.xml
index 9d31159c39..b1fe81373a 100644
--- a/specs/amqp-transitional.0-10.xml
+++ b/specs/amqp-transitional.0-10.xml
@@ -1863,10 +1863,6 @@
/ C:RESUME S:ATTACHED
use-session = C:FLOW S:FLOW-OK
/ S:FLOW C:FLOW-OK
- / S:PING
- / C:PONG
- / C:PING
- / S:PONG
close-session = C:SUSPEND S:DETACHED
/ C:CLOSE S:CLOSED
/ S:CLOSED
@@ -2225,19 +2221,6 @@
<chassis name="server" implement="MUST" />
<chassis name="client" implement="MUST" />
</method>
-
- <!-- ping and pong are still used by cluster test -->
- <method name = "ping" index = "140" label = "ping">
- <chassis name = "server" implement = "MUST" />
- <chassis name = "client" implement = "MUST" />
- </method>
-
- <method name = "pong" index = "150" label = "pong">
- <chassis name = "server" implement = "MUST" />
- <chassis name = "client" implement = "MUST" />
- </method>
-
-
</class>
<!-- == Class: access ======================================================================== -->