diff libpurple/protocols/msn/nexus.c @ 23507:711773577380

Clean up some MSN SOAP stuff. I think soap2.[ch] have proven themselves since we've been using them all this time. Removed soap.[ch] and any references to them, since those were mostly in header files, without any actual use in code. Also, removed some SOAP templates from group.h which are now taken care of by contact.[ch].
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 28 Jun 2008 06:01:22 +0000
parents c5891c8d0c28
children 7bceac816e19
line wrap: on
line diff
--- a/libpurple/protocols/msn/nexus.c	Mon Jun 23 05:38:55 2008 +0000
+++ b/libpurple/protocols/msn/nexus.c	Sat Jun 28 06:01:22 2008 +0000
@@ -22,7 +22,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include "msn.h"
-#include "soap2.h"
+#include "soap.h"
 #include "nexus.h"
 #include "notification.h"