1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Renamed room_chat module to muc

This commit is contained in:
James Booth 2013-01-12 01:01:39 +00:00
parent f8cc0c4d07
commit dad01d8f84
7 changed files with 8 additions and 8 deletions

View File

@ -7,8 +7,8 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/jabber.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_session.h src/release.c src/release.h src/room_chat.c \
src/room_chat.h src/stanza.c src/stanza.h src/parser.c src/parser.h \
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/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

View File

@ -41,7 +41,7 @@
#include "preferences.h"
#include "prof_autocomplete.h"
#include "profanity.h"
#include "room_chat.h"
#include "muc.h"
#include "theme.h"
#include "tinyurl.h"
#include "ui.h"

View File

@ -33,7 +33,7 @@
#include "log.h"
#include "preferences.h"
#include "profanity.h"
#include "room_chat.h"
#include "muc.h"
#include "stanza.h"
static struct _jabber_conn_t {

View File

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

View File

@ -1,5 +1,5 @@
/*
* room_chat.h
* muc.h
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*

View File

@ -41,7 +41,7 @@
#include "log.h"
#include "preferences.h"
#include "profanity.h"
#include "room_chat.h"
#include "muc.h"
#include "theme.h"
#include "jabber.h"
#include "ui.h"

View File

@ -52,7 +52,7 @@
#include "log.h"
#include "preferences.h"
#include "release.h"
#include "room_chat.h"
#include "muc.h"
#include "theme.h"
#include "ui.h"
#include "window.h"