comparison libpurple/protocols/jabber/google.h @ 26335:d06236d07c9e

Move and rename GTALK_CAP to GOOGLE_VOICE_CAP.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 21 Mar 2009 09:10:20 +0000
parents 88f183f7dfc7
children 34eb898478b4
comparison
equal deleted inserted replaced
26334:6f0200f1e497 26335:d06236d07c9e
25 * such that they don't intermingle with code for the XMPP RFCs and XEPs :) */ 25 * such that they don't intermingle with code for the XMPP RFCs and XEPs :) */
26 26
27 #include "jabber.h" 27 #include "jabber.h"
28 #include "media.h" 28 #include "media.h"
29 29
30 #define GOOGLE_VOICE_CAP "http://www.google.com/xmpp/protocol/voice/v1"
30 #define GOOGLE_JINGLE_INFO_NAMESPACE "google:jingleinfo" 31 #define GOOGLE_JINGLE_INFO_NAMESPACE "google:jingleinfo"
31 32
32 void jabber_gmail_init(JabberStream *js); 33 void jabber_gmail_init(JabberStream *js);
33 void jabber_gmail_poke(JabberStream *js, xmlnode *node); 34 void jabber_gmail_poke(JabberStream *js, xmlnode *node);
34 35