Hi, it could be nice the possibility of adding headers in OpenSer replies. I mean replies generated by OpenSer with "t_reply()" or "sl_reply()".
For example it could be cool adding a header: "Success: User offline, message stored" when using MSILO before: if (m_store("$ru")) t_reply("202", "Accepted"))
AFAIK this is not possible, is it? If not, maybe I'd report it as feature request, what's your opinion about it?
Thanks.
Hi,
check append_to_reply() from textops module. http://www.openser.org/docs/modules/devel/textops.html#AEN276
Regards, Ramona
Iñaki Baz Castillo wrote:
Hi, it could be nice the possibility of adding headers in OpenSer replies. I mean replies generated by OpenSer with "t_reply()" or "sl_reply()".
For example it could be cool adding a header: "Success: User offline, message stored" when using MSILO before: if (m_store("$ru")) t_reply("202", "Accepted"))
AFAIK this is not possible, is it? If not, maybe I'd report it as feature request, what's your opinion about it?
Thanks.
El Martes, 5 de Febrero de 2008, Ramona Modroiu escribió:
Hi,
check append_to_reply() from textops module. http://www.openser.org/docs/modules/devel/textops.html#AEN276
Great, I didn't know it!
Thanks a lot.