mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
added support for state sync/reset packets
This commit is contained in:
parent
4b31a16ad6
commit
e2130b3eee
8 changed files with 47 additions and 27 deletions
6
test/packets/00-no-body
Normal file
6
test/packets/00-no-body
Normal file
|
@ -0,0 +1,6 @@
|
|||
:_source psyc://foo.example.com/
|
||||
:_target psyc://bar.example.com/
|
||||
|
||||
:_foo bar
|
||||
:_baz qux
|
||||
|
|
7
test/packets/00-state-reset
Normal file
7
test/packets/00-state-reset
Normal file
|
@ -0,0 +1,7 @@
|
|||
:_source psyc://foo.example.com/
|
||||
:_target psyc://bar.example.com/
|
||||
|
||||
=
|
||||
=_foo bar
|
||||
=_baz qux
|
||||
|
|
5
test/packets/00-state-sync
Normal file
5
test/packets/00-state-sync
Normal file
|
@ -0,0 +1,5 @@
|
|||
:_source psyc://foo.example.com/
|
||||
:_target psyc://bar.example.com/
|
||||
|
||||
?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue