summaryrefslogtreecommitdiff
path: root/src/search-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-26 12:18:42 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-26 12:18:42 +0100
commit63b89a76baaa786ba410a7bdfa9a1fe7bcd9ef63 (patch)
treeaa7d8b40ffd5d6cb28b02178deb66cf7f08a7a3f /src/search-channel.c
parent1c1ebfc532f995bc4e60393de6c0c047f8cc6a95 (diff)
downloadtelepathy-gabble-63b89a76baaa786ba410a7bdfa9a1fe7bcd9ef63.tar.gz
the semantic of first and last has been cleared
Diffstat (limited to 'src/search-channel.c')
-rw-r--r--src/search-channel.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/search-channel.c b/src/search-channel.c
index 42a44da89..75ea5ad0d 100644
--- a/src/search-channel.c
+++ b/src/search-channel.c
@@ -119,12 +119,10 @@ typedef struct {
gchar *tp_name;
} FieldNameMapping;
-/* FIXME: it's unclear how "first" and "last" should be mapped.
- * http://xmpp.org/registrar/formtypes.html#jabber:iq:search maps
- * "first" with "First Name" and "last" with "Family Name".
- * But Example 7 of XEP-0055 describes "first" as the "Given Name".
- * Maybe we need to add x-first and x-last?
- */
+/* XMPP is not clear about the semantic of "first" and "last". We asked for
+ * clarifications on the standards mailing list and got confirmation
+ * that "first" is actually "Given Name" and "last" is "Family Name".
+ * See http://mail.jabber.org/pipermail/standards/2009-August/022530.html */
static const FieldNameMapping field_mappings[] = {
/* Fields specified for non-Data Forms searches */