Changeset 121:0425e9b08aa9 in qutecom-coip


Ignore:
Timestamp:
Sep 10, 2008 4:28:13 PM (5 years ago)
Author:
vadim@…
Branch:
default
Message:

move note tag out of status tag in PUBLISH pid body

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wifo/phapi/phapi.c

    r90 r121  
    17501750#define PUBLISH_MSG_TEMPLATE "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\ 
    17511751<presence xmlns=\"urn:ietf:params:xml:ns:pidf\"\n\ 
    1752 xmlns:es=\"urn:ietf:params:xml:ns:pidf:status:rpid-status\"\n\ 
    1753 xmlns:et=\"urn:ietf:params:xml:ns:pidf:rpid-tuple\"\n\ 
    1754 xmlns:ci=\"urn:ietf:params:xml:ns:pidf:cipid\"\n\ 
    17551752entity=\"%s\">\n\ 
    17561753<tuple id=\"azersdqre\">\n\ 
    1757 <status><basic>%s</basic>\ 
    1758 <note>%s</note></status>\n\ 
     1754<status><basic>%s</basic></status>\n\ 
     1755<note>%s</note>\n\ 
    17591756<contact priority=\"1\">%s\ 
    17601757</contact>\n\ 
Note: See TracChangeset for help on using the changeset viewer.