Renamed stanza.c -> xmpp_stanza.c

This commit is contained in:
James Booth
2013-01-28 01:06:58 +00:00
parent 070d2ced4f
commit 09406ae3c6
7 changed files with 131 additions and 162 deletions

View File

@@ -8,7 +8,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.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/muc.c \
src/muc.h src/stanza.c src/stanza.h src/parser.c src/parser.h \
src/muc.h src/xmpp_stanza.c src/parser.c src/parser.h \
src/theme.c src/theme.h src/window.c src/window.h src/xdg_base.c \
src/xdg_base.h src/files.c src/files.h src/accounts.c src/accounts.h \
src/jid.h src/jid.c src/xmpp_caps.c src/xmpp_iq.c