Hi, On 12/15/2014 09:57 PM, vicamo(a)gmail.com wrote: > Hi all, > > I happen to find a strange property "IPv6.Settings" in > ConnectionContext. According to DBus specification [1], dbus member > names can only be consisted of character set "[A-Z][a-z][0-9]_" and may > not begin with a digit. Any plan to get rid of it? Or is a patch to this > welcomed? It will certainly break compatibility to existing programs. > > [1]: > http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names > Properties are not member names, so the restrictions you mention do not apply. See the DBus Specification: "Strictly speaking, D-Bus property names are not required to follow the same naming restrictions as member names, but D-Bus property names that would not be valid member names (in particular, GObject-style dash-separated property names) can cause interoperability problems and should be avoided. " Since the oFono DBus API is currently frozen, there are no plans on "fixing" this particular property. Regards, -Denis