Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
api:lua:devel [2010/11/17 13:54] miconda |
api:lua:devel [2011/02/03 09:47] (current) 85.178.84.141 |
||
---|---|---|---|
Line 620: | Line 620: | ||
</ | </ | ||
+ | |||
+ | ===== SR.dispatcher Package ===== | ||
+ | |||
+ | ==== sr.dispatcher.select ==== | ||
+ | |||
+ | Select first destination address. | ||
+ | |||
+ | Prototype | ||
+ | |||
+ | <code c> | ||
+ | sr.dispatcher... | ||
+ | </ | ||
+ | |||
+ | ==== sr.dispatcher.next ==== | ||
+ | |||
+ | Select next destination address. | ||
+ | |||
+ | Prototype | ||
+ | |||
+ | <code c> | ||
+ | sr.dispatcher... | ||
+ | </ | ||
+ | |||
+ | ==== sr.dispatcher.mark ==== | ||
+ | |||
+ | Set status for destination address. | ||
+ | |||
+ | Prototype | ||
+ | |||
+ | <code c> | ||
+ | sr.dispatcher... | ||
+ | </ | ||
+ | |||
+ | ==== sr.dispatcher.is_from ==== | ||
+ | |||
+ | Detects if the message comes from a dispatcher address. | ||
+ | |||
+ | Prototype | ||
+ | |||
+ | <code c> | ||
+ | sr.dispatcher... | ||
+ | </ | ||
+ | |||
+ | ===== SR.XHTTP Package ===== | ||
+ | |||
+ | ==== sr.xhttp.reply ==== | ||
+ | |||
+ | Send an HTTP reply. | ||
+ | |||
+ | Prototype | ||
+ | |||
+ | <code c> | ||
+ | sr.xhttp.reply(code, | ||
+ | </ |