Javier,

the error might be nor related to the payload itself, but to some SIP part, as Content-Type, etc. I do not know much about presence - this is just a hint where to look for.

the last option is to look into code and see where the error code is generated.

regards,
bogdan

Javier Ramirez wrote:

the problem is:
in my program
  <note>Al tel\351fono</note>
in xten
  <note>Al Tel\303\251fono</note>
In Ethereal I see this: In my program : <?xml version="1.0" encoding="UTF-8"?>
<presence xmlns="urn:ietf:params:xml:ns:pidf"
  xmlns:pp="urn:ietf:params:xml:ns:pidf:person"
  xmlns:et="urn:ietf:params:xml:ns:pidf:rpid:rpid-tuple"
  xmlns:ep="urn:ietf:params:xml:ns:pidf:rpid:rpid-person"
  xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status"
  xmlns:ci="urn:ietf:params:xml:ns:pidf:cipid"
  entity="sip:[EMAIL PROTECTED]">
  <pp:person>
    <status>
      <ep:activities>
        <ep:activity>away</ep:activity>
      </ep:activities>
    </status>
  </pp:person>
  <note>Al tel\351fono</note>
  <tuple id="t9647">
    <contact priority="1">sip:[EMAIL PROTECTED]</contact>
    <status>
      <basic>open</basic>
    </status>
  </tuple>
</presence>
In xten:
<?xml version="1.0" encoding="UTF-8"?>
<presence xmlns="urn:ietf:params:xml:ns:pidf"
 xmlns:pp="urn:ietf:params:xml:ns:pidf:person"
 xmlns:et="urn:ietf:params:xml:ns:pidf:rpid:rpid-tuple"
 xmlns:ep="urn:ietf:params:xml:ns:pidf:rpid:rpid-person"
 xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status"
 xmlns:ci="urn:ietf:params:xml:ns:pidf:cipid"
 entity="sip:[EMAIL PROTECTED]">
  <pp:person>
    <status>
      <ep:activities>
        <ep:activity>away</ep:activity>
      </ep:activities>
    </status>
  </pp:person>
  <note>Al Tel\303\251fono</note>
  <tuple id="t1">
    <contact priority="1">sip:[EMAIL PROTECTED]</contact>
    <status>
      <basic>open</basic>
      <es:user-input since="2006-09-05T10:31:51Z">idle</es:user-input>
    </status>
  </tuple>
</presence>
    ----- Original Message -----
    *From:* Bogdan-Andrei Iancu <mailto:[EMAIL PROTECTED]>
    *To:* Javier Ramirez <mailto:[EMAIL PROTECTED]>
    *Cc:* [email protected] <mailto:[email protected]>
    *Sent:* Monday, September 04, 2006 6:37 PM
    *Subject:* Re: [Devel] 415 unsopported document format.

    most probably your PUBLISH advertised or contains an unsupported
    document type. Check what xten does to work.

    regards,
    bogdan

    Javier Ramirez wrote:

    > ok, but when I use xten, and I set a personal state, the accent is
    > send to with no problem.
    > how I make this ?
    > best regards
    > Javier
> >
    >     ----- Original Message -----
    >     *From:* Bogdan-Andrei Iancu <mailto:[EMAIL PROTECTED]>
    >     *To:* Javier Ramirez <mailto:[EMAIL PROTECTED]>
    >     *Cc:* [email protected] <mailto:[email protected]>
    <mailto:[email protected]>
    >     *Sent:* Monday, September 04, 2006 4:00 PM
    >     *Subject:* Re: [Devel] 415 unsopported document format.
    >
    >     Hi Javier,
    >
    >     I guess you are trying to use the "pa" module. If so, please
    note
    >     it is
    >     deprecated. A new up to date implementation of a Presence
    Agent is on
    >     the way and shortly available.
    >
    >     regards,
    >     bogdan
    >
    >     Javier Ramirez wrote:
    >
    >     > Hi,
    >     > I have a problem, when I send a PUBLISH with personal
    status, if
    >     have
    >     > accent, the openser send me 415 unsopported document format.
    >     > How to encode for openser accept my PUBLISH ?
    >     > best regards
    >     > Javier
    >     >
> >------------------------------------------------------------------------
    >     >
    >     >_______________________________________________
    >     >Devel mailing list
    >     >[email protected]
    >     >http://openser.org/cgi-bin/mailman/listinfo/devel
    >     >
    >     >
    >
    >
    >     __________ NOD32 1.1738 (20060904) Information __________
    >
    >     This message was checked by NOD32 antivirus system.
    >     http://www.eset.com
    >


    __________ NOD32 1.1738 (20060904) Information __________

    This message was checked by NOD32 antivirus system.
    http://www.eset.com



_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to