Sure. Here it is.

---8< cut here >8---

Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl <init>
INFO: Wave Server configured to host local domains: [servicelab.org]
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.ServerMain
$RpcInetSocketAddressFactory <init>
INFO: Starting client frontend on host: wave.servicelab.org port: 9876
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
initialize
INFO: initializing with JID: wave.servicelab.org
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
start
INFO: connected to XMPP server with JID: wave.servicelab.org
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.XmppDisco
sendDiscoItemsGet
INFO: Trying to discover remote server: wavesandbox.com
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processPacket
INFO: received XMPP packet:

<iq type="get" id="400-8" from="component.servicelab.org"
to="wave.servicelab.org">
  <query xmlns="http://jabber.org/protocol/disco#info"/>
</iq>
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processIqPacket
INFO: key for this error is
org.xmpp.packet.IQ:component.servicelab.org:400-8
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<iq type="result" id="400-8" from="wave.servicelab.org"
to="component.servicelab.org">
  <query xmlns="http://jabber.org/protocol/disco#info";>
    <identity category="collaboration" type="google-wave" name="Google
Prototype Wave Server - FedOne"/>
    <feature var="http://waveprotocol.org/protocol/0.2/waveserver"/>
  </query>
</iq>
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<iq type="get" id="2060-0" to="wavesandbox.com"
from="wave.servicelab.org">
  <query xmlns="http://jabber.org/protocol/disco#items"/>
</iq>
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: key for this error is org.xmpp.packet.IQ:wavesandbox.com:2060-0
Nov 13, 2009 9:40:08 AM
org.waveprotocol.wave.examples.fedone.ServerMain run
INFO: Starting server
Nov 13, 2009 9:42:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processPacket
INFO: received XMPP packet:

<iq type="error" id="2060-0" to="wave.servicelab.org"
from="wavesandbox.com">
  <query xmlns="http://jabber.org/protocol/disco#items"/>
  <error code="404" type="cancel">
    <remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-
stanzas"/>
  </error>
</iq>
Nov 13, 2009 9:42:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processIqPacket
INFO: key for this error is org.xmpp.packet.IQ:wavesandbox.com:2060-0
Nov 13, 2009 9:42:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<iq type="get" id="3017-1" to="wave.wavesandbox.com"
from="wave.servicelab.org">
  <query xmlns="http://jabber.org/protocol/disco#info"/>
</iq>
Nov 13, 2009 9:42:08 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: key for this error is org.xmpp.packet.IQ:wave.wavesandbox.com:
3017-1
Nov 13, 2009 9:42:10 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processPacket
INFO: received XMPP packet:

<iq type="result" id="3017-1" from="wave.wavesandbox.com"
to="wave.servicelab.org">
  <query xmlns="http://jabber.org/protocol/disco#info";>
    <identity category="collaboration" type="google-wave" name="Google
Wave Server"/>
    <feature var="http://waveprotocol.org/protocol/0.2/waveserver"/>
  </query>
</iq>
Nov 13, 2009 9:42:10 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processIqPacket
INFO: key for this error is org.xmpp.packet.IQ:wave.wavesandbox.com:
3017-1
Nov 13, 2009 9:42:10 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.XmppDisco
$DiscoItemIterator run
INFO: Discovered remote JID: wave.wavesandbox.com for wavesandbox.com
Nov 13, 2009 9:42:10 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
transmitDummyMessage
INFO: sending ping message:

<message type="normal" to="wave.wavesandbox.com"
from="wave.servicelab.org" id="1045-2">
  <ping xmlns="http://waveprotocol.org/protocol/0.2/waveserver"/>
  <request xmlns="urn:xmpp:receipts"/>
</message>
Nov 13, 2009 9:42:10 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<message type="normal" to="wave.wavesandbox.com"
from="wave.servicelab.org" id="1045-2">
  <ping xmlns="http://waveprotocol.org/protocol/0.2/waveserver"/>
  <request xmlns="urn:xmpp:receipts"/>
</message>
Nov 13, 2009 9:42:10 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processPacket
INFO: received XMPP packet:

<message type="normal" id="1045-2" from="wave.wavesandbox.com"
to="wave.servicelab.org">
  <received xmlns="urn:xmpp:receipts"/>
</message>
Nov 13, 2009 9:42:10 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processMessageReceipt
INFO: got ping response from wavesandbox.com

<message type="normal" id="1045-2" from="wave.wavesandbox.com"
to="wave.servicelab.org">
  <received xmlns="urn:xmpp:receipts"/>
</message>
Nov 13, 2009 9:43:05 AM
org.waveprotocol.wave.examples.fedone.rpc.ServerRpcProvider$Connection
<init>
INFO: New Connection set up from java.nio.channels.SocketChannel
[connected local=/139.63.146.77:9876 remote=/139.63.146.77:51885]
Nov 13, 2009 9:43:08 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
isLocalWavelet
INFO: ### WS is local? [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] = true
Nov 13, 2009 9:43:08 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: ## WS: Got submit: [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] delta: ByteStringMessage:
hashed_version {
  version: 0
  history_hash: "wave://servicelab.org/w+OM44qZuEbzbX/conv+root"
}
author: "[email protected]"
operation {
  add_participant: "[email protected]"
}
operation {
  mutate_document {
    document_id: "conversation"
    document_operation {
      component {
        element_start {
          type: "conversation"
        }
      }
      component {
        element_end: true
      }
    }
  }
}

Nov 13, 2009 9:43:08 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
isLocalWavelet
INFO: ### WS is local? [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] = true
Nov 13, 2009 9:43:08 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: ## WS: Submit result: [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] appliedDelta: ByteStringMessage:
signed_original_delta {
  delta: "\n2\b\000\022.wave://servicelab.org/w+OM44qZuEbzbX/conv+root
\022\[email protected]\032\024\n\[email protected]\032(\032&\n
\fconversation\022\026\n\020\032\016\n\fconversation\n\002 \001"
  signature {
    signature_bytes: "\236\2634\250x\223\345|\t~\235_\247\255a-Q\270w
\307\354\004\037\320]\202\366\264\317\323\324\311\271>J
\251\254\036\...@\363\360\220q>\362`\331\273 \025\200<\232\260\264\203M
\224\323_\fP\313\021\306{\025\253\203\331Q\026\261\000\tU
\0227\221\304\030;\245\365\025\214\302\244\267\'\320;\003\253\270\307\234\326W?
\226P\212\224\374\230\207\003w^
\373\315\034\357\230)\370\203\222\271\313{\006w\216
{\236\312\026\251\233gh\002F\v\337\221>\212\375\323\332\366e\311f
\031\211%\004\216\360e\302N\256\307\247(\232\223A{5>\2138\227Hu
\226\260\\\003\217\2352D#\305P\226D\362\346\332\360/&V\222\000T\365Pc
\335\365k\263\207\031\027\203\3224\323_\203\316q\006 \240\260$\367*
\024\005\307\247\252E\207.\357\300\245\235k\024\224\033c9\263Jr\267Xu
\036\313\256\bw\221\034\354p\320\005"
    signer_id: "q\021\255\253}G\365\370\0059\265^\333OU\036\336!
\3127\216\307\232\333\364J\323\277\2225\301R"
    signature_algorithm: SHA1_RSA
  }
}
hashed_version_applied_at {
  version: 0
  history_hash: "wave://servicelab.org/w+OM44qZuEbzbX/conv+root"
}
operations_applied: 2
application_timestamp: 1258101788660

Nov 13, 2009 9:43:08 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: Sending update to client listener: hashed_version {
  version: 0
  history_hash: "wave://servicelab.org/w+OM44qZuEbzbX/conv+root"
}
author: "[email protected]"
operation {
  add_participant: "[email protected]"
}
operation {
  mutate_document {
    document_id: "conversation"
    document_operation {
      component {
        element_start {
          type: "conversation"
        }
      }
      component {
        element_end: true
      }
    }
  }
}

Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
isLocalWavelet
INFO: ### WS is local? [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] = true
Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: ## WS: Got submit: [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] delta: ByteStringMessage:
hashed_version {
  version: 2
  history_hash: "\225\206{S\036\313\001\037\333>\334\322\337\244Ib\251|
{"
}
author: "[email protected]"
operation {
  add_participant: "[email protected]"
}

Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
isLocalWavelet
INFO: ### WS is local? [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] = true
Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: ## WS: Submit result: [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] appliedDelta: ByteStringMessage:
signed_original_delta {
  delta: "\n\030\b\002\022\024\225\206{S\036\313\001\037\333>
\334\322\337\244Ib\251|{\022\[email protected]\032\027\n
\[email protected]"
  signature {
    signature_bytes: "\tr\004\273UT\363\001Vud
\034\375\321\017\361\266\344\211\263\003r\263\217\366\036\2647\035a
\322!\304/\246\026\035\235\205]\v\323\240\034\273\003\271r\323Ok%Z
\206\273V\270\304\200\213e=\200\231B\036\234\005]\344DP\235\3133ap
\375\217\226\002\223\214\204\217\366\aRO\002\303\226Bl\274Vb\254e\354C
\323\003\3248\207t\226\016\373f\276\025EG\237z\3533\362\367t\263\"\\
\022\315\261Fb?\344\255\267z!RV\273\370X\025\305\217-
\027\271\002\205\327i\026\362\322\376{\266\305\321\337\367g
\345\211\201q+3\342\034nd\3751x\...@p2l4\257\221c.jg\332\272h\260,\006E
\313`\244\374\252\025\254AP\324B\251\"1o;\235\256\237\321TXNB6CI\352O
\204_A\2440zf\250\345\312\206\377\366t\315y=`\361\332\342j\311^
\337\315n[\250\020o\361\327"
    signer_id: "q\021\255\253}G\365\370\0059\265^\333OU\036\336!
\3127\216\307\232\333\364J\323\277\2225\301R"
    signature_algorithm: SHA1_RSA
  }
}
hashed_version_applied_at {
  version: 2
  history_hash: "\225\206{S\036\313\001\037\333>\334\322\337\244Ib\251|
{"
}
operations_applied: 1
application_timestamp: 1258101807307

Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: Sending update to client listener: hashed_version {
  version: 2
  history_hash: "\225\206{S\036\313\001\037\333>\334\322\337\244Ib\251|
{"
}
author: "[email protected]"
operation {
  add_participant: "[email protected]"
}

Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.XmppFederationHostForDomain
waveletUpdate
INFO: Broadcasting Delta: signed_original_delta {
  delta: "\n\030\b\002\022\024\225\206{S\036\313\001\037\333>
\334\322\337\244Ib\251|{\022\[email protected]\032\027\n
\[email protected]"
  signature {
    signature_bytes: "\tr\004\273UT\363\001Vud
\034\375\321\017\361\266\344\211\263\003r\263\217\366\036\2647\035a
\322!\304/\246\026\035\235\205]\v\323\240\034\273\003\271r\323Ok%Z
\206\273V\270\304\200\213e=\200\231B\036\234\005]\344DP\235\3133ap
\375\217\226\002\223\214\204\217\366\aRO\002\303\226Bl\274Vb\254e\354C
\323\003\3248\207t\226\016\373f\276\025EG\237z\3533\362\367t\263\"\\
\022\315\261Fb?\344\255\267z!RV\273\370X\025\305\217-
\027\271\002\205\327i\026\362\322\376{\266\305\321\337\367g
\345\211\201q+3\342\034nd\3751x\...@p2l4\257\221c.jg\332\272h\260,\006E
\313`\244\374\252\025\254AP\324B\251\"1o;\235\256\237\321TXNB6CI\352O
\204_A\2440zf\250\345\312\206\377\366t\315y=`\361\332\342j\311^
\337\315n[\250\020o\361\327"
    signer_id: "q\021\255\253}G\365\370\0059\265^\333OU\036\336!
\3127\216\307\232\333\364J\323\277\2225\301R"
    signature_algorithm: SHA1_RSA
  }
}
hashed_version_applied_at {
  version: 2
  history_hash: "\225\206{S\036\313\001\037\333>\334\322\337\244Ib\251|
{"
}
operations_applied: 1
application_timestamp: 1258101807307

Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<message type="normal" from="wave.servicelab.org" id="3332-3"
to="wave.wavesandbox.com">
  <request xmlns="urn:xmpp:receipts"/>
  <event xmlns="http://jabber.org/protocol/pubsub#event";>
    <items>
      <item>
        <wavelet-update xmlns="http://waveprotocol.org/protocol/0.2/
waveserver" wavelet-name="wave://servicelab.org/w+OM44qZuEbzbX/conv
+root">
          <applied-delta><![CDATA[CvMCCkcKGAgCEhSVhntTHssBfx/
bPtzS36RJYql8exISYm9iQHNlcnZpY2VsYWIub3JnGhcKFWVlbGNvQHdhdmVzYW5kYm94LmNvbRKnAgqAAglyBLtVVPMBVnVkHP3RD/
G25ImzA3Kzj/YetDcdYdIhxC
+mFh2dhV0L06AcuwO5ctNPayVahrtWuMSAi2U9gJlCHpwFXeREUJ3LM2Fw/Y+WApOMhI/
2B1JPAsOWQmy8VmKsZexD0wPUOId0lg77Zr4VRUefeusz8vd0syJcEs2xRmI/
5K23eiFSVrv4WBXFjy0XuQKF12kW8tL+e7bF0d/3Z+WJgVErM
+IcbmT9MVgaQHAyTDSvkUMuSmfaukiwLAZFy2Ck/
KoVrEFQ1EKpIjFvO52un9FUWE5CNkNJ6k+EX0GkMHpmqOXKhv/
2dM15PWDx2uJqyV7fzW5bqBBv8dcSIHERrat9R/X4BTm1XttPVR7eIco3jsea2/
RK07+SNcFSGAESGAgCEhSVhntTHssBfx/bPtzS36RJYql8exgBIMux2OXOJA==]]></
applied-delta>
        </wavelet-update>
      </item>
    </items>
  </event>
</message>
Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<message type="normal" from="wave.servicelab.org" id="4385-4"
to="wave.wavesandbox.com">
  <request xmlns="urn:xmpp:receipts"/>
  <event xmlns="http://jabber.org/protocol/pubsub#event";>
    <items>
      <item>
        <wavelet-update xmlns="http://waveprotocol.org/protocol/0.2/
waveserver" wavelet-name="wave://servicelab.org/w+OM44qZuEbzbX/conv
+root">
          <commit-notice version="3" history-hash="qIMWePDKUErHYRn7A6E/
S6gES3Q="/>
        </wavelet-update>
      </item>
    </items>
  </event>
</message>
Nov 13, 2009 9:43:27 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processPacket
INFO: received XMPP packet:

<message id="4385-4" from="wave.wavesandbox.com"
to="wave.servicelab.org">
  <received xmlns="urn:xmpp:receipts"/>
</message>
Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
isLocalWavelet
INFO: ### WS is local? [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] = true
Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: ## WS: Got submit: [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] delta: ByteStringMessage:
hashed_version {
  version: 3
  history_hash: "\250\203\026x\360\312PJ\307a\031\373\003\241?K
\250\004Kt"
}
author: "[email protected]"
operation {
  mutate_document {
    document_id: "b+CbI17w"
    document_operation {
    }
  }
}
operation {
  mutate_document {
    document_id: "b+CbI17w"
    document_operation {
      component {
        element_start {
          type: "body"
        }
      }
      component {
        element_start {
          type: "line"
        }
      }
      component {
        element_end: true
      }
      component {
        characters: "Hello"
      }
      component {
        element_end: true
      }
    }
  }
}
operation {
  mutate_document {
    document_id: "conversation"
    document_operation {
      component {
        retain_item_count: 1
      }
      component {
        element_start {
          type: "blip"
          attribute {
            key: "id"
            value: "b+CbI17w"
          }
        }
      }
      component {
        element_end: true
      }
      component {
        retain_item_count: 1
      }
    }
  }
}

Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
isLocalWavelet
INFO: ### WS is local? [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] = true
Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: ## WS: Submit result: [WaveId:servicelab.org!w+OM44qZuEbzbX]/
[WaveletId:servicelab.org!conv+root] appliedDelta: ByteStringMessage:
signed_original_delta {
  delta: "\n\030\b\003\022\024\250\203\026x\360\312PJ\307a
\031\373\003\241?k\250\004kt\022\[email protected]\032\016\032\f\n
\bb+CbI17w\022\000\0323\0321\n\bb+CbI17w\022%\n\b\032\006\n\004body\n\b
\032\006\n\004line\n\002 \001\n\a\022\005Hello\n\002 \001\0328\0326\n
\fconversation\022&\n\002(\001\n\030\032\026\n\004blip\022\016\n\002id
\022\bb+CbI17w\n\002 \001\n\002(\001"
  signature {
    signature_bytes: "!\3734\265\362\240\032\000!\256\335\024!
\302\366\aN\002\300\221\2477i\003\355{Z\272\264\2224\363\300\\_
\244\262C\"\a\325\217\000z\006x\300\022{\241\350!U\024\325\341\346\v
\217\337\3103E\304\265\236\200\344\302\'\363\307X\310\'\301X\337NI\277U
\313\300\3247\356K\005\260\344\311\030\304\205\335\276Ut`\244\215\v
\023\273>q\254w\216\261\364\316W\263C\303\303].\265\2359\033\250\000qX
\370^\374K\240k\017\211}R\336\0277\315\343\326a\270\231l\a
\250\242\003\302b\332\241)\242#\372\250\327\261\305\323\203{\224\232U
\314\375\331\315\374w\f\340c[c\354\"\r\353\021p\243\337wsN
\026\344\261\375`\366\313\353\\R\205\0373<\372<\f2D\245\246\200~\371T
\225\373\0049m]
\373\266\353\337\230\215\340\364<ORs2\232\376J7\375\356\224\247T^W
\2343=+{\210\266\023"
    signer_id: "q\021\255\253}G\365\370\0059\265^\333OU\036\336!
\3127\216\307\232\333\364J\323\277\2225\301R"
    signature_algorithm: SHA1_RSA
  }
}
hashed_version_applied_at {
  version: 3
  history_hash: "\250\203\026x\360\312PJ\307a\031\373\003\241?K
\250\004Kt"
}
operations_applied: 3
application_timestamp: 1258101810646

Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl
submitDelta
INFO: Sending update to client listener: hashed_version {
  version: 3
  history_hash: "\250\203\026x\360\312PJ\307a\031\373\003\241?K
\250\004Kt"
}
author: "[email protected]"
operation {
  mutate_document {
    document_id: "b+CbI17w"
    document_operation {
    }
  }
}
operation {
  mutate_document {
    document_id: "b+CbI17w"
    document_operation {
      component {
        element_start {
          type: "body"
        }
      }
      component {
        element_start {
          type: "line"
        }
      }
      component {
        element_end: true
      }
      component {
        characters: "Hello"
      }
      component {
        element_end: true
      }
    }
  }
}
operation {
  mutate_document {
    document_id: "conversation"
    document_operation {
      component {
        retain_item_count: 1
      }
      component {
        element_start {
          type: "blip"
          attribute {
            key: "id"
            value: "b+CbI17w"
          }
        }
      }
      component {
        element_end: true
      }
      component {
        retain_item_count: 1
      }
    }
  }
}

Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.XmppFederationHostForDomain
waveletUpdate
INFO: Broadcasting Delta: signed_original_delta {
  delta: "\n\030\b\003\022\024\250\203\026x\360\312PJ\307a
\031\373\003\241?k\250\004kt\022\[email protected]\032\016\032\f\n
\bb+CbI17w\022\000\0323\0321\n\bb+CbI17w\022%\n\b\032\006\n\004body\n\b
\032\006\n\004line\n\002 \001\n\a\022\005Hello\n\002 \001\0328\0326\n
\fconversation\022&\n\002(\001\n\030\032\026\n\004blip\022\016\n\002id
\022\bb+CbI17w\n\002 \001\n\002(\001"
  signature {
    signature_bytes: "!\3734\265\362\240\032\000!\256\335\024!
\302\366\aN\002\300\221\2477i\003\355{Z\272\264\2224\363\300\\_
\244\262C\"\a\325\217\000z\006x\300\022{\241\350!U\024\325\341\346\v
\217\337\3103E\304\265\236\200\344\302\'\363\307X\310\'\301X\337NI\277U
\313\300\3247\356K\005\260\344\311\030\304\205\335\276Ut`\244\215\v
\023\273>q\254w\216\261\364\316W\263C\303\303].\265\2359\033\250\000qX
\370^\374K\240k\017\211}R\336\0277\315\343\326a\270\231l\a
\250\242\003\302b\332\241)\242#\372\250\327\261\305\323\203{\224\232U
\314\375\331\315\374w\f\340c[c\354\"\r\353\021p\243\337wsN
\026\344\261\375`\366\313\353\\R\205\0373<\372<\f2D\245\246\200~\371T
\225\373\0049m]
\373\266\353\337\230\215\340\364<ORs2\232\376J7\375\356\224\247T^W
\2343=+{\210\266\023"
    signer_id: "q\021\255\253}G\365\370\0059\265^\333OU\036\336!
\3127\216\307\232\333\364J\323\277\2225\301R"
    signature_algorithm: SHA1_RSA
  }
}
hashed_version_applied_at {
  version: 3
  history_hash: "\250\203\026x\360\312PJ\307a\031\373\003\241?K
\250\004Kt"
}
operations_applied: 3
application_timestamp: 1258101810646

Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<message type="normal" from="wave.servicelab.org" id="1254-5"
to="wave.wavesandbox.com">
  <request xmlns="urn:xmpp:receipts"/>
  <event xmlns="http://jabber.org/protocol/pubsub#event";>
    <items>
      <item>
        <wavelet-update xmlns="http://waveprotocol.org/protocol/0.2/
waveserver" wavelet-name="wave://servicelab.org/w+OM44qZuEbzbX/conv
+root">
          <applied-delta><![CDATA[CtoDCq0BChgIAxIUqIMWePDKUErHYRn7A6E/
S6gES3QSEmJvYkBzZXJ2aWNlbGFiLm9yZxoOGgwKCGIrQ2JJMTd3EgAaMxoxCghiK0NiSTE3dxIlCggaBgoEYm9keQoIGgYKBGxpbmUKAiABCgcSBUhlbGxvCgIgARo4GjYKDGNvbnZlcnNhdGlvbhImCgIoAQoYGhYKBGJsaXASDgoCaWQSCGIrQ2JJMTd3CgIgAQoCKAESpwIKgAIh
+zS18qAaACGu3RQhwvYHTgLAkac3aQPte1q6tJI088BcX6SyQyIH1Y8AegZ4wBJ7oeghVRTV4eYLj3/
fyDNFxLWegOTCJ/PHWMgnwVjfTkm/
VcvA1DfuSwWw5MkYxIXdvlV0YKSNCxO7PnGsd46x9M5Xs0PDw10utZ05G6gAcVj4XvxLoGsPiX1S3hc3zePWYbiZbAeoogPCYtqhKaIj
+qjXscXTg3uUmlXM/dnN/HcM4GNbY+wiDesRcKPfd3NOFuSx/WD2y
+tcUoUfMzz6PAwyRKWmgH75VJX7BDltXfu269+YjeD0PE9SczKa/ko3/
e6Up1ReV5wzPSt7iLYTEiBxEa2rfUf1+AU5tV7bT1Ue3iHKN47Hmtv0StO/
kjXBUhgBEhgIAxIUqIMWePDKUErHYRn7A6E/S6gES3QYAyDWy9jlziQ=]]></applied-
delta>
        </wavelet-update>
      </item>
    </items>
  </event>
</message>
Nov 13, 2009 9:43:30 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
sendPacket
INFO: sent XMPP packet:
<message type="normal" from="wave.servicelab.org" id="6495-6"
to="wave.wavesandbox.com">
  <request xmlns="urn:xmpp:receipts"/>
  <event xmlns="http://jabber.org/protocol/pubsub#event";>
    <items>
      <item>
        <wavelet-update xmlns="http://waveprotocol.org/protocol/0.2/
waveserver" wavelet-name="wave://servicelab.org/w+OM44qZuEbzbX/conv
+root">
          <commit-notice version="6" history-
hash="Q5wMBzfQMbDynSmT5pn7IYDKnoo="/>
        </wavelet-update>
      </item>
    </items>
  </event>
</message>
Nov 13, 2009 9:43:31 AM
org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent
processPacket
INFO: received XMPP packet:

<message id="6495-6" from="wave.wavesandbox.com"
to="wave.servicelab.org">
  <received xmlns="urn:xmpp:receipts"/>
</message>


On Nov 13, 12:22 am, Ben Kalman <[email protected]> wrote:
> The openfire log isn't very interesting, the FedOne log is what is
> important.
>
>
>
> On Thu, Nov 12, 2009 at 11:01 PM, Eelco <[email protected]> wrote:
>
> > Hi,
>
> > I am trying to federate my FedOne server with the Wavesandbox. Thanks
> > to some excellent walk troughs posted in this group it looks like I
> > got most of it working. Except for the final step...
>
> > I configured FedOne with startssl certificates. When I start FedOne I
> > see a ping from wavesandbox coming in so it seems that the connection
> > looks good. When creating a new wave and adding my wavesandbox account
> > to it nothing seems to happen. In the server console I see that
> > messages are send and received, also in wireshark traces I see some
> > traffic during this activity.
>
> > Any ideas what might cause this last step to fail?
>
> > I added output of de Openfire debug logging from starting the server
> > up to the first ping that I received.
>
> > Cheers,
> > Eelco
>
> > ---8< cut here >8---
>
> > 2009.11.12 12:55:39 OutgoingSessionPromise: Error sending packet to
> > remote server:
> > <iq type="get" id="3146-0" to="wavesandbox.com"
> > from="wave.servicelab.org">
> > <query xmlns="http://jabber.org/protocol/disco#items"/>
> > </iq>
> > java.lang.Exception: Failed to create connection to remote server
> > at org.jivesoftware.openfire.server.OutgoingSessionPromise
> > $PacketsProcessor.sendPacket(OutgoingSessionPromise.java:252)
> > at org.jivesoftware.openfire.server.OutgoingSessionPromise
> > $PacketsProcessor.run(OutgoingSessionPromise.java:216)
> > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
> > (ThreadPoolExecutor.java:886)
> > at java.util.concurrent.ThreadPoolExecutor$Worker.run
> > (ThreadPoolExecutor.java:908)
> > at java.lang.Thread.run(Thread.java:619)
> > 2009.11.12 12:55:39 LocalOutgoingServerSession: OS - Trying to connect
> > to wave.wavesandbox.com:5269(DNS lookup: xmpp-server1.l.google.com:
> > 5268)
> > 2009.11.12 12:55:40 LocalOutgoingServerSession: OS - Plain connection
> > to wave.wavesandbox.com:5269 successful
> > 2009.11.12 12:55:40 LocalOutgoingServerSession: OS - About to try
> > connecting using server dialback XMPP 1.0 with: wave.wavesandbox.com
> > 2009.11.12 12:55:40 ServerDialback: OS - Sent dialback key to host:
> > wave.wavesandbox.com id: 1891D5375ADE0958 from domain:
> > wave.servicelab.org
> > 2009.11.12 12:55:41 Connect Socket[addr=/
> > 74.125.154.129,port=20562,localport=5269]
> > 2009.11.12 12:55:41 Error creating session
> > java.io.EOFException: input contained no data
> > at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
> > at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
> > at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
> > at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:332)
> > at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
> > at org.jivesoftware.openfire.net.SocketReader.createSession
> > (SocketReader.java:364)
> > at org.jivesoftware.openfire.net.BlockingReadingMode.run
> > (BlockingReadingMode.java:54)
> > at org.jivesoftware.openfire.net.SocketReader.run(SocketReader.java:
> > 120)
> > at java.lang.Thread.run(Thread.java:619)
> > 2009.11.12 12:55:41 Connection closed before session established
> > Socket[addr=/74.125.154.129,port=20562,localport=5269]
> > 2009.11.12 12:55:41 Connect Socket[addr=/
> > 74.125.154.129,port=20563,localport=5269]
> > 2009.11.12 12:55:41 ServerDialback: RS - Received dialback key from
> > host: wave.wavesandbox.com to: wave.servicelab.org
> > 2009.11.12 12:55:41 ServerDialback: RS - Trying to connect to
> > Authoritative Server: wave.wavesandbox.com:5268(DNS lookup: xmpp-
> > server.l.google.com:5268)
> > 2009.11.12 12:55:41 ServerDialback: RS - Connection to AS:
> > wave.wavesandbox.com:5268 successful
> > 2009.11.12 12:55:41 ServerDialback: RS - Asking AS to verify dialback
> > key for id8a057030
> > 2009.11.12 12:55:42 ServerDialback: RS - Key was VERIFIED by the
> > Authoritative Server for: wave.wavesandbox.com
> > 2009.11.12 12:55:42 ServerDialback: RS - Closing connection to
> > Authoritative Server: wave.wavesandbox.com
> > 2009.11.12 12:55:42 ServerDialback: RS - Sending key verification
> > result to OS: wave.wavesandbox.com
> > 2009.11.12 12:55:42 ServerDialback: AS - Verifying key for host:
> > wave.wavesandbox.com id: 1891D5375ADE0958
> > 2009.11.12 12:55:42 ServerDialback: AS - Key was: VALID for host:
> > wave.wavesandbox.com id: 1891D5375ADE0958
> > 2009.11.12 12:55:42 ServerDialback: OS - Validation GRANTED from:
> > wave.wavesandbox.com id: 1891D5375ADE0958 for domain:
> > wave.servicelab.org
> > 2009.11.12 12:55:42 LocalOutgoingServerSession: OS - SERVER DIALBACK
> > XMPP 1.0 with wave.wavesandbox.com was successful
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/wave-protocol?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to