mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Renamed connection.c -> xmpp_conn.c
This commit is contained in:
parent
7dcb85c701
commit
5e85c8c5c7
@ -4,7 +4,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
|
|||||||
src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
|
src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
|
||||||
src/autocomplete.h src/title_bar.c src/windows.c src/common.c \
|
src/autocomplete.h src/title_bar.c src/windows.c src/common.c \
|
||||||
src/contact_list.c src/input_win.c src/log.h src/profanity.c \
|
src/contact_list.c src/input_win.c src/log.h src/profanity.c \
|
||||||
src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/connection.c \
|
src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \
|
||||||
src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
|
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_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/chat_session.h src/release.c src/release.h src/muc.c \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* connection.c
|
* xmpp_conn.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
|
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
|
||||||
*
|
*
|
Loading…
Reference in New Issue
Block a user