Added stanza module for basic stanza handling

To reduce duplication in jabber module
This commit is contained in:
James Booth
2012-11-08 23:07:00 +00:00
parent ba11e88dcb
commit dac4cf3c3c
4 changed files with 100 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
src/chat_log.h src/tinyurl.c src/tinyurl.h src/chat_session.c \
src/chat_session.h src/release.c src/release.h src/room_chat.c \
src/room_chat.h
src/room_chat.h src/stanza.c src/stanza.h
TESTS = tests/testsuite
check_PROGRAMS = tests/testsuite