From 0a086022e73292c2764d1c88058340aae88c4b94 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 7 May 2012 19:59:47 +0100 Subject: [PATCH 5/8] Update Renaming interface from spec 0.25.2 to satisfy pickier codegen --- extensions/Connection_Interface_Renaming.xml | 27 +++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/extensions/Connection_Interface_Renaming.xml b/extensions/Connection_Interface_Renaming.xml index 7d94451..d08b748 100644 --- a/extensions/Connection_Interface_Renaming.xml +++ b/extensions/Connection_Interface_Renaming.xml @@ -12,21 +12,22 @@ version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details.

+Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

- + - - + + The handle of the original identifier - + The handle of the new identifier @@ -49,8 +50,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.If the contact's old handle is in any of the member lists of a channel which has the groups interface, it will be removed from the channel and the new handle will be added. The resulting - MembersChanged signal must be emitted after the Renamed - signal; the reason should be RENAMED. + MembersChanged + signal must be emitted after the + Renamed signal; the reason should be + RENAMED.

The handles may be either general-purpose or channel-specific. @@ -60,16 +64,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - + + The desired identifier

Request that the user's own identifier is changed on the server. - If successful, a Renamed signal will be emitted for the current - "self handle" as returned by GetSelfHandle.

+ If successful, a Renamed signal will + be emitted for the current "self handle" as returned by GetSelfHandle.

It is protocol-dependent how the identifier that's actually used will be derived from the supplied identifier; some sort of normalization might take place.

-- 1.7.10