@header@
XML-RPC Update Pings

Many blog aggregators support the notion of XML-RPC update notification pings that a blog can send when it has been updated. To enable this in Pebble, click the Blog properties link after logging in. On this page is a section entitled XML-RPC update notification pings where you can specify a whitespace (i.e. space or cariage return) separated list of sites that should be pinged when you add/edit a blog entry. Here is a subset of websites that support XML-RPC update pings.

  http://rpc.weblogs.com/RPC2
  http://javablogs.com/xmlrpc
  http://api.my.yahoo.com/RPC2
  http://rpc.technorati.com/rpc/ping
  http://ping.blo.gs
  http://rcs.datashed.net/RPC2

With a list of websites specified, you also need to enable XML-RPC update pings from your blog. To do this, add the following class name to the list of blog entry listeners.

  • pebble.event.blogentry.XmlRpcNotificationListener

@footer@