core cleanup: move [MS-SIP] deltanum counters to sipe_private
commitac58995927006e5189f82beb2244cead6ee8faa0
authorStefan Becker <chemobejk@gmail.com>
Sun, 27 Nov 2011 18:03:17 +0000 (27 20:03 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 27 Nov 2011 19:35:59 +0000 (27 21:35 +0200)
tree7e6e9376507602f06822b62309d600c806ca1797
parentfcef21883475a55209db7ddb3cb0f52cecf7d545
core cleanup: move [MS-SIP] deltanum counters to sipe_private

This makes sip-soap.c sip_account_data-free and removes the need to
include sipe.h.

I noticed that sipe.c was using g_ascii_strtod() to convert integers.
I'm not sure if that has ever worked correctly, because that function
returns a double, not an integer.

Fixed the naming in sip-soap.c. Those SOAP messages are from [MS-SIP]
and not [MS-PRES].
src/core/sip-soap.c
src/core/sip-soap.h
src/core/sipe-core-private.h
src/core/sipe-group.c
src/core/sipe.c
src/core/sipe.h