summaryrefslogtreecommitdiff
path: root/src/protocol.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-15 13:52:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-15 16:22:17 +0100
commitf5d1ced090533a2e1382cc9774e566ba8a2ce363 (patch)
tree55199a41d4aedebc90721bd9e3850c2c330ffd93 /src/protocol.c
parentb72ce1fb09eb47b2464649321d09fbe389adfd9f (diff)
downloadtelepathy-haze-f5d1ced090533a2e1382cc9774e566ba8a2ce363.tar.gz
HazeProtocol: explain why jabber_mappings doesn't describe the usersplit
Diffstat (limited to 'src/protocol.c')
-rw-r--r--src/protocol.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/protocol.c b/src/protocol.c
index bb7b135..7f2a1bb 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -75,6 +75,10 @@ static const HazeParameterMapping encoding_to_charset[] = {
static const HazeParameterMapping jabber_mappings[] = {
{ "connect_server", "server" },
+ /* usersplit1 => domain is deliberately not in this map, because
+ * Telepathy convention for XMPP is for 'account' to be the bare
+ * JID (user@domain. Ideally we'd have some way to split the resource
+ * off (fd.o #14212). */
{ "require_tls", "require-encryption" },
{ NULL, NULL }
};