linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] pidf format patch for linphone 1.0.1


From: Jamey Hicks
Subject: [Linphone-developers] pidf format patch for linphone 1.0.1
Date: Fri, 24 Jun 2005 16:16:17 -0400
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)


diff -ur linphone-1.0.1/coreapi/proxy.c linphone-1.0.1-jeh1/coreapi/proxy.c
--- linphone-1.0.1/coreapi/proxy.c      2005-03-23 03:16:16.000000000 -0500
+++ linphone-1.0.1-jeh1/coreapi/proxy.c 2005-06-24 16:14:05.000000000 -0400
@@ -241,7 +241,7 @@
 <basic>open</basic>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>online</note\n\
+<note>online</note>\n\
 </tuple>\n\
 </presence>",
               from, from);
@@ -261,7 +261,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>busy</note\n\
+<note>busy</note>\n\
 </tuple>\n\
 </presence>",
              from, from);
@@ -280,7 +280,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>be right back</note\n\
+<note>be right back</note>\n\
 </tuple>\n\
 </presence>",
              from,from);
@@ -301,7 +301,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>away</note\n\
+<note>away</note>\n\
 </tuple>\n\
 </presence>",
              from, from);
@@ -320,7 +320,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>on the phone</note\n\
+<note>on the phone</note>\n\
 </tuple>\n\
 </presence>",
              from, from);
@@ -339,7 +339,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>out to lunch</note\n\
+<note>out to lunch</note>\n\
 </tuple>\n\
 </presence>",
              from, from);
Only in linphone-1.0.1-jeh1/coreapi: proxy.c~
diff -ur linphone-1.0.1/exosip/jnotify.c linphone-1.0.1-jeh1/exosip/jnotify.c
--- linphone-1.0.1/exosip/jnotify.c     2005-02-18 06:07:45.000000000 -0500
+++ linphone-1.0.1-jeh1/exosip/jnotify.c        2005-06-24 16:13:49.000000000 
-0400
@@ -382,7 +382,7 @@
 <basic>open</basic>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>online</note\n\
+<note>online</note>\n\
 </tuple>\n\
 </presence>",
              jn->n_contact_info, jn->n_contact_info);
@@ -401,7 +401,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>busy</note\n\
+<note>busy</note>\n\
 </tuple>\n\
 </presence>",
              jn->n_contact_info, jn->n_contact_info);
@@ -420,7 +420,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>be right back</note\n\
+<note>be right back</note>\n\
 </tuple>\n\
 </presence>",
              jn->n_contact_info, jn->n_contact_info);
@@ -439,7 +439,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>away</note\n\
+<note>away</note>\n\
 </tuple>\n\
 </presence>",
              jn->n_contact_info, jn->n_contact_info);
@@ -458,7 +458,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>on the phone</note\n\
+<note>on the phone</note>\n\
 </tuple>\n\
 </presence>",
              jn->n_contact_info, jn->n_contact_info);
@@ -477,7 +477,7 @@
 </es:activities>\n\
 </status>\n\
 <contact priority=\"0.8\">%s</contact>\n\
-<note>out to lunch</note\n\
+<note>out to lunch</note>\n\
 </tuple>\n\
 </presence>",
              jn->n_contact_info, jn->n_contact_info);
Only in linphone-1.0.1-jeh1/exosip: jnotify.c~

reply via email to

[Prev in Thread] Current Thread [Next in Thread]