mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 11:16:22 +00:00
Renamed room_chat module to muc
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* room_chat.c
|
||||
* muc.c
|
||||
*
|
||||
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* room_chat.h
|
||||
* muc.h
|
||||
*
|
||||
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
|
||||
*
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user