Ignore:
Timestamp:
2010-03-20T17:27:23Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ffb6dea
Parents:
21029d0
Message:

Added soap.c with a fairly reusable SOAP framework and simple code for
sending offline messages. It works somewhat, just that Pidgin shows the
messages as empty. :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/Makefile

    r21029d0 re5a8118  
    1010
    1111# [SH] Program variables
    12 objects = msn.o msn_util.o ns.o passport.o sb.o tables.o
     12objects = msn.o msn_util.o ns.o passport.o sb.o soap.o tables.o
    1313
    1414CFLAGS += -Wall
Note: See TracChangeset for help on using the changeset viewer.