Pat Thoyts [Thu, 25 Nov 2004 00:57:12 +0000 (00:57 +0000)]
* test-s2s.tcl: Test application code.
* s2s.tcl: Working version. This correctly validates and xmits and
recieves. Added a handler option that is called for all Jabber
stanzas. Moved application code into separate file so s2s can be a
package. Fixed recovery after a channel goes down.
Pat Thoyts [Wed, 24 Nov 2004 03:54:40 +0000 (03:54 +0000)]
* s2s.tcl: Redesigned to separate channels and sessions living on
top of channels. This permits multiple routes over a single socket
(which jabberd2 is doing). Close.