ekiga r7328 - in trunk: . src/endpoints
- From: dsandras svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7328 - in trunk: . src/endpoints
- Date: Tue, 11 Nov 2008 19:20:18 +0000 (UTC)
Author: dsandras
Date: Tue Nov 11 19:20:17 2008
New Revision: 7328
URL: http://svn.gnome.org/viewvc/ekiga?rev=7328&view=rev
Log:
Do not suppose the status is now offline when receiving a NOTIFY with
an empty body.
Modified:
trunk/ChangeLog
trunk/src/endpoints/sip-endpoint.cpp
Modified: trunk/src/endpoints/sip-endpoint.cpp
==============================================================================
--- trunk/src/endpoints/sip-endpoint.cpp (original)
+++ trunk/src/endpoints/sip-endpoint.cpp Tue Nov 11 19:20:17 2008
@@ -1053,6 +1053,9 @@
std::string status;
std::string presence = "unknown";
+ if (basic.IsEmpty () && note.IsEmpty ())
+ return;
+
if (b.Find ("Open") != P_MAX_INDEX)
presence = "online";
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]