mojodna / switchboard

(formerly-in-use) A toolkit for assembling XMPP clients and interacting with XMPP servers.
135 stars 8 forks source link

Add publish raw xml feature #5

Closed mwicat closed 13 years ago

mwicat commented 13 years ago

It would be helpful for the framework to not only publish a simple text element but also raw xml data. After all XMPP is system for streaming XML.

Patch proposed

mojodna commented 13 years ago

Great idea. I'll pull in your patch tomorrow. What are you using switchboard for, if you don't mind me asking?

mwicat commented 13 years ago

I'm exploring pubsub potential for sharing object state across the network and general m2m communication and switchboard is really nice for injecting test data into nodes and debugging idavoll with listen command. Also it's a pleasure to write automation tasks with just bash scripts.

mojodna commented 13 years ago

Oh, cool. I'm glad it's working out!

mojodna commented 13 years ago

Committed as 43cbb41014986f628125