<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="__MSG_title__"
             description="__MSG_description__"
             author="__MSG_author__"
             author_affiliation="Google, Inc."
             author_location="Kirkland, WA"
             screenshot="http://talkgadget.google.com/talkgadget/googletalk-__MSG_locale__.png"
             thumbnail="http://talkgadget.google.com/talkgadget/googletalk-thm.png"
             category="communication"
             category2="tools"
             height="451"
             render_inline="optional">
  <Locale messages="/ig/modules/googletalk_content/messages_en.xml"/>
  <Locale lang="da" messages="/ig/modules/googletalk_content/messages_da.xml"/>
  <Locale lang="de" messages="/ig/modules/googletalk_content/messages_de.xml"/>
  <Locale lang="en" messages="/ig/modules/googletalk_content/messages_en.xml" country="us"/>
  <Locale lang="en-GB" messages="/ig/modules/googletalk_content/messages_en-GB.xml"/>
  <Locale lang="es" messages="/ig/modules/googletalk_content/messages_es.xml"/>
  <Locale lang="fi" messages="/ig/modules/googletalk_content/messages_fi.xml"/>
  <Locale lang="fr" messages="/ig/modules/googletalk_content/messages_fr.xml"/>
  <Locale lang="it" messages="/ig/modules/googletalk_content/messages_it.xml"/>
  <Locale lang="ja" messages="/ig/modules/googletalk_content/messages_ja.xml"/>
  <Locale lang="ko" messages="/ig/modules/googletalk_content/messages_ko.xml"/>
  <Locale lang="nl" messages="/ig/modules/googletalk_content/messages_nl.xml"/>
  <Locale lang="no" messages="/ig/modules/googletalk_content/messages_no.xml"/>
  <Locale lang="pl" messages="/ig/modules/googletalk_content/messages_pl.xml"/>
  <Locale lang="pt-BR" messages="/ig/modules/googletalk_content/messages_pt-BR.xml"/>
  <Locale lang="ru" messages="/ig/modules/googletalk_content/messages_ru.xml"/>
  <Locale lang="sv" messages="/ig/modules/googletalk_content/messages_sv.xml"/>
  <Locale lang="th" messages="/ig/modules/googletalk_content/messages_th.xml"/>
  <Locale lang="tr" messages="/ig/modules/googletalk_content/messages_tr.xml"/>
  <Locale lang="vi" messages="/ig/modules/googletalk_content/messages_vi.xml"/>
  <Locale lang="zh-CN" messages="/ig/modules/googletalk_content/messages_zh-CN.xml"/>
  <Locale lang="zh-TW" messages="/ig/modules/googletalk_content/messages_zh-TW.xml"/>
</ModulePrefs>
<Content type="html"><![CDATA[
<script type="text/javascript">
  var hostedPath = "";
  if ("__ENV_google_apps_accounts_path__" != "/accounts") { 
    hostedPath = "__ENV_google_apps_auth_path__";
  }
  document.write("<script src='http://talkgadget.google.com/"
      + hostedPath + "talkgadget/host?v=3378483657'><\/script>");
</script>
<script type="text/javascript">
  var hostIfpcUrl = window.location.protocol+ "//" + window.location.host + "/ig/ifpc.js";
  var hostRelayUrl = window.location.protocol+ "//" + window.location.host + "/ig/ifpc_relay";
  var clientUrl = "http://talkgadget.google.com/" + hostedPath
      + "talkgadget/client?hl=__MSG_locale__&v=1&mt=7";
  var clientRelayUrl = null;
  if (window.self === window.top) {
    clientUrl += "&fid=gtalk__MODULE_ID__" + "&relay=" + encodeURIComponent(hostRelayUrl) + "&ifpc=" + encodeURIComponent(hostIfpcUrl);
    clientRelayUrl = "http://talkgadget.google.com/" + hostedPath
        + "talkgadget/ifpc_relay?ifpc=" + encodeURIComponent(hostIfpcUrl);
  }
  clientUrl += "&host=" + encodeURIComponent(window.location);
  try {
    if (window["_uli"] && window.self === window.top) {
      clientUrl += "&nav=true";
    }
    if (window["_IG_disable_refresh_cycle"]) {
      window._IG_disable_refresh_cycle();
    }
  } catch (e) {}
  var height = (screen.height <= 768) ? 372 : 446;
  document.write('<iframe id="gtalk__MODULE_ID__" name="gtalk__MODULE_ID__" style="width: 100%; height: ' + height + 'px; margin-top: 5px;" frameborder="0" src="' + clientUrl + '"></iframe>');
  var host = new _GTalk("gtalk__MODULE_ID__", clientRelayUrl);
</script>
]]></Content>
</Module>
