Added xmpp subdir to source

This commit is contained in:
James Booth
2013-02-02 19:47:41 +00:00
parent 029a016103
commit 1d3739bb79
13 changed files with 19 additions and 20 deletions

View File

@@ -31,7 +31,7 @@
#include "files.h"
#include "jid.h"
#include "log.h"
#include "xmpp.h"
#include "xmpp/xmpp.h"
static gchar *accounts_loc;
static GKeyFile *accounts;

View File

@@ -42,7 +42,7 @@
#include "theme.h"
#include "tinyurl.h"
#include "ui.h"
#include "xmpp.h"
#include "xmpp/xmpp.h"
typedef char*(*autocomplete_func)(char *);

View File

@@ -42,7 +42,7 @@
#include "muc.h"
#include "theme.h"
#include "ui.h"
#include "xmpp.h"
#include "xmpp/xmpp.h"
static log_level_t _get_log_level(char *log_level);
static gboolean _process_input(char *inp);

View File

@@ -23,7 +23,7 @@
#ifndef PROFANITY_H
#define PROFANITY_H
#include "xmpp.h"
#include "xmpp/xmpp.h"
void prof_run(const int disable_tls, char *log_level);

View File

@@ -36,8 +36,8 @@
#endif
#include "contact.h"
#include "xmpp.h"
#include "jid.h"
#include "xmpp/xmpp.h"
#define INP_WIN_MAX 1000
#define PAD_SIZE 1000

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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