--- a/libpurple/protocols/jabber/jingle.c Sat Aug 09 03:11:46 2008 +0000 +++ b/libpurple/protocols/jabber/jingle.c Sat Aug 09 03:51:42 2008 +0000 @@ -841,7 +841,7 @@ static void jabber_jingle_session_content_create_media(JingleSession *session, - PurpleMediaStreamType type) + PurpleMediaSessionType type) { gchar sender[10] = ""; @@ -1037,7 +1037,7 @@ PurpleMedia * jabber_jingle_session_initiate_media(JabberStream *js, const char *who, - PurpleMediaStreamType type) + PurpleMediaSessionType type) { /* create content negotiation */ JabberIq *request;