Added resource.c

This commit is contained in:
James Booth
2013-02-09 22:20:58 +00:00
parent 0db10bcb1c
commit da5104f857
3 changed files with 100 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ profanity_SOURCES = src/contact.c src/contact.h src/log.c src/common.c \
src/contact_list.c src/log.h src/profanity.c src/common.h \
src/contact_list.h src/main.c src/profanity.h src/chat_session.c \
src/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
src/resource.c src/resource.h \
src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/connection.c \
src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
src/xmpp/stanza.h src/xmpp/message.h src/xmpp/iq.h src/xmpp/presence.h \