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.
