summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2012-05-18 13:29:12 +0200
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-06-02 13:23:18 +0200
commit287fb2d9fabd2703c17020c4fd9493e8531c0a03 (patch)
tree148ad19e28d132f4f99c33d7bb54b6097bc2d0e3 /gabble
parentbced2f61312ab407964ac3ef0653183eb3b8c6cc (diff)
Fix for initiating a video call from an Android tablet.
Reviewed-by: Sjoerd Simons <sjoerd@greynoise.nl> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36998
Diffstat (limited to 'gabble')
-rw-r--r--gabble/capabilities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gabble/capabilities.h b/gabble/capabilities.h
index 2e3175529..81c8c2546 100644
--- a/gabble/capabilities.h
+++ b/gabble/capabilities.h
@@ -33,6 +33,8 @@
#define QUIRK_OMITS_CONTENT_CREATORS "\x07omits-content-creators"
/* The Google Webmail client doesn't support some features */
#define QUIRK_GOOGLE_WEBMAIL_CLIENT "\x07google-webmail-client"
+/* The Android GTalk client needs a quirk for component names */
+#define QUIRK_ANDROID_GTALK_CLIENT "\x07android-gtalk-client"
/* Some useful capability sets for Jingle etc. */
const GabbleCapabilitySet *gabble_capabilities_get_legacy (void);