1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Renamed iq.c -> xmpp_iq.c

This commit is contained in:
James Booth 2013-01-28 00:41:37 +00:00
parent 5e85c8c5c7
commit 00e400dc98
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
src/muc.h src/stanza.c src/stanza.h 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/capabilities.h src/capabilities.c src/iq.c
src/jid.h src/jid.c src/capabilities.h src/capabilities.c src/xmpp_iq.c
TESTS = tests/testsuite
check_PROGRAMS = tests/testsuite

View File

@ -1,5 +1,5 @@
/*
* iq.c
* xmpp_iq.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*