Functions - id change
From The Socknet
id_change informs an entity that another entity's OpenID or ServerID has changed.
Specification
POST id_change
{ from: { openid: "http://openid.com/changinguser/" },
new_id: { openid: "http://changinguser.com/" }
}
->
nothing
id_change must be called via POST.
The request must include a from field.
The request must include a new_id field in the same format as a from field.
No response is required, but if a response is given with an error, the sending user should send the request against later.
Support
Providers must support this function.
Services must support this function.

