Index: res/res_jabber.c =================================================================== --- res/res_jabber.c (revision 357657) +++ res/res_jabber.c (working copy) @@ -584,6 +584,9 @@ } else if (iks_find_with_attrib(node, "caps:c", "ext", "pmuc-v1 sms-v1 video-v1 voice-v1")) { ast_debug(1, "Found resource with Gmail voice/video chat capabilities (no camera)\n"); return 1; + } else if (iks_find_with_attrib(node, "caps:c", "ext", "pmuc-v1 voice-v1 video-v1 camera-v1")) { + ast_debug(1, "Found Android resource with Gmail voice/video chat capabilities\n"); + return 1; } return 0;