From: Steven C. <st...@wr...> - 2004-12-17 11:38:42
|
Hi, I've gotten the repubsub python server up and running and have hacked at the test scripts trying to understand what's going on. It seems that the structure of an event is very much different from what is in the docs from the april 2004 tarball. It seems that events are javascript associative arrays and I can publish if I specify the method key as "notify" and I can specify a payload. But I want to append more data to the event like the rss scroller with s8_sitename etc. etc. However, when I add more keys to the event array, only the payload seems to get through. All the rest of the data disappears from the event array on the event handler side. Also, payload is reindexed as kn_payload. How do I structure events to pass data properly? Thanks Steven |