From e3989a9404d19fb5164b39f7f6c78e64cc85b137 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 29 Apr 2011 01:22:18 +0200 Subject: All XML-RPC calls are rewritten as JSON-RPC ones. * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history. --- data/XMLRPCdata.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'data/XMLRPCdata.json') diff --git a/data/XMLRPCdata.json b/data/XMLRPCdata.json index 4dab662..e378f22 100644 --- a/data/XMLRPCdata.json +++ b/data/XMLRPCdata.json @@ -1,8 +1,11 @@ { "bugzilla.redhat.com": { - "url": "https://bugzilla.redhat.com/xmlrpc.cgi" + "url": "https://bugzilla.redhat.com/xmlrpc.cgi" + }, + "bugzilla.mozilla.org": { + "url": "https://bugzilla.mozilla.org/xmlrpc.cgi" }, "bz-web2-test.devel.redhat.com": { - "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi" + "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi" } -} \ No newline at end of file +} -- cgit