-
Notifications
You must be signed in to change notification settings - Fork 17
no xri
peacekeeper edited this page Sep 23, 2014
·
12 revisions
This branch renames several classes, methods, and constants to remove legacy "XRI" and "XDI3" terminology from the code.
In typical code based on XDI2, significant renaming operations are likely required, but there should not be any real functional change.
The following is a list of code migration steps:
Renamed classes:
XDI3Segment -> XDIAddress
XDI3SubSegment -> XDIArc
XDI3Statement -> XDIStatement
.. others ..
Renamed methods:
Message.setLinkContractXri() -> Message.setLinkContractXDIAddress()
.. others ..
Renamed constants:
XRI_S_* -> XDI_ADD_*
XRI_SS_* -> XDI_ARC_*
.. others ..
Renamed annotations:
contributorXris -> contributorAddresses
No graph migration is required.
This work is licensed under a Creative Commons Attribution 4.0 International License.