<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 07/06/16 03:46, Mateus Bellomo
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKx0jLMqSJ=v_QY3jMOZwovJYkX_Wsth_2DE1pJajgDmu3p2NA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>> The CM setPresence() implementation (probably via a
          special library) sends network packages<br>
          to inform remotes about the new presence<br>
          <br>
        </div>
        I was looking for this special library at resiprocate but
        couldn't find it. So I was wondering if there is a way to send
        this network packages to inform remotes only using telepathy
        d-bus interface.<br>
      </div>
      <div class="gmail_extra"><br>
      </div>
    </blockquote>
    <br>
    Look for the DUM method makePublication and examples of code that
    use it<br>
    <br>
    Here is one example:<br>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/resiprocate/resiprocate/blob/master/resip/dum/test/basicPublication.cxx">https://github.com/resiprocate/resiprocate/blob/master/resip/dum/test/basicPublication.cxx</a><br>
    <br>
    You probably want to look for any code that refers to <span
      class="pl-s">ClientPublication.hxx<span class="pl-pds"> for more
        examples<br>
        <br>
        <br>
      </span></span>
  </body>
</html>