is there somewhere an example off xcap_table entry that would show who is allowed to subscribe the presence of an AoR?
-- juha
MAybe the examples from ser work too: http://ftp.iptel.org/pub/ser/presence/presence-handbook/ar01s04.html#pa.xcap
regards klaus
Juha Heinanen wrote:
is there somewhere an example off xcap_table entry that would show who is allowed to subscribe the presence of an AoR?
-- juha
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
You can get the document that's similar to a RFC from XCAP at http://www.ietf.org/internet-drafts/draft-ietf-simple-xcap-12.txt. I'm writing below a simple xml example that I think can help you populate XCAP column in XCAP_XML table.
Regards, Hildebrando
Presence Rules - Type 1
<?xml version="1.0" encoding="UTF-8"?> <cr:ruleset xmlns:pr="urn:ietf:params:xml:ns:pres-rules" xmlns:cr="urn:ietf:params:xml:ns:common-policy"> <cr:rule id="1"> cr:conditions cr:identity cr:idgustavo@voip.maritaca</cr:id> cr:iddanilo@voip.maritaca</cr:id> cr:idalexandre@voip.maritaca</cr:id> cr:idvitor@voip.maritaca</cr:id> </cr:identity> </cr:conditions> cr:actions pr:sub-handlingallow</pr:sub-handling> </cr:actions> cr:transformations pr:provide-persontrue</pr:provide-person> pr:provide-servicespr:all-services/</pr:provide-services> pr:provide-devicespr:all-devices/</pr:provide-devices> </cr:transformations> </cr:rule> </cr:ruleset>
-----Mensagem original----- De: users-bounces@openser.org [mailto:users-bounces@openser.org] Em nome de Juha Heinanen Enviada em: quarta-feira, 21 de março de 2007 17:25 Para: users@openser.org Assunto: [Users] an example of xcap_table entry?
is there somewhere an example off xcap_table entry that would show who is allowed to subscribe the presence of an AoR?
-- juha
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users