changeset 23791:42a4331acb82

Patch from Michael Ruprecht (Maiku) to announce voice support to the officia gtalk client. References #34.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 22 Mar 2008 05:09:19 +0000
parents a8a26b4d8458
children 10a76e4b0dc0
files libpurple/protocols/jabber/libxmpp.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c	Sat Mar 22 04:56:03 2008 +0000
+++ b/libpurple/protocols/jabber/libxmpp.c	Sat Mar 22 05:09:19 2008 +0000
@@ -276,6 +276,9 @@
 	jabber_add_feature("buzz", "http://www.xmpp.org/extensions/xep-0224.html#ns", jabber_buzz_isenabled);
 	
 	jabber_pep_register_handler("avatar", AVATARNAMESPACEMETA, jabber_buddy_avatar_update_metadata);
+#ifdef USE_FARSIGHT
+	jabber_add_feature("voice-v1", "http://www.xmpp.org/extensions/xep-0167.html#ns", NULL);
+#endif
 }