Hi Noah, Now I know where to go: develop a plugin using xmlrpclib and adhered to the TRAC plugins standards.
Thanks for your Sunday's quick response, Ramon Araujo On 3/21/10, Noah Kantrowitz <[email protected]> wrote: > XmlRpcPlugin has nothing to do with this. If you want to expose _YOUR_ > API via XML-RPC, you can use xmlrpclib (a core Python library) in your > plugin to do the notification, but thats up to you./ > > --Noah > > On Mar 21, 2010, at 12:52 PM, Ramon Araujo wrote: > >> Hi Noah, >> >> Thanks for your answer, could you please explain it to me more in >> detail? I mean, should I keep using XmlRpcPlugin?, or should I modify >> it? or should I create a new server API? >> >> Thanks in advance, >> >> Ramon Araujo >> >> On 3/21/10, Noah Kantrowitz <[email protected]> wrote: >>> The plugin exposes Trac's API. XML-RPC isn't a pull-notification >>> system, you >>> would need to expose some kind of API on your end and make an >>> ITicketListener that uses it. >>> >>> --Noah >>> >>> On Mar 20, 2010, at 1:04 PM, Ramon Araujo wrote: >>> >>>> Hi, >>>> >>>> I would like to know how can I use xmlrpc.net functionality to >>>> receive >>>> event notification when a TRAC ticket is updated or created. I am >>>> using XmlRpcPlugin as XmlRpc server. >>>> >>>> Thanks in advance... >>>> >>>> Ramon Araujo >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups >>>> "Trac Users" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/trac-users?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups >>> "Trac Users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/trac-users?hl=en. >>> >>> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Trac Users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected] >> . >> For more options, visit this group at >> http://groups.google.com/group/trac-users?hl=en >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
