mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
replace the local server nickspace by autoalias!
This commit is contained in:
parent
a4e16cd2c4
commit
8e4e990261
46 changed files with 246 additions and 101 deletions
|
@ -4,7 +4,7 @@
|
|||
#define NO_INHERIT
|
||||
#include "jabber.h"
|
||||
#undef NO_INHERIT
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
|
||||
#ifdef ERQ_WITHOUT_SRV
|
||||
# define hostname host // hostname contains the name before SRV resolution
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <net.h>
|
||||
#include <text.h>
|
||||
//virtual inherit NET_PATH "output";
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
|
||||
#ifdef __psyclpc__
|
||||
# if __VERSION_MICRO__ > 4
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#define NO_INHERIT
|
||||
#include "jabber.h"
|
||||
#undef NO_INHERIT
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
|
||||
inherit NET_PATH "xml/common";
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#define NO_INHERIT
|
||||
#include "jabber.h" // inherits net/jabber/common
|
||||
#undef NO_INHERIT
|
||||
#include "url.h"
|
||||
#include "uniform.h"
|
||||
#include "services.h"
|
||||
|
||||
#define NO_INHERIT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "jabber.h"
|
||||
#include <net.h> // vim:set syntax=lpc
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
#include "presence.h"
|
||||
#include <time.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "jabber.h"
|
||||
#include <net.h>
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
|
||||
// just renderMembers
|
||||
#include NET_PATH "members.i"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "server.h" // inherits net/server
|
||||
|
||||
#include "person.h" // find_person
|
||||
#include "url.h"
|
||||
#include "uniform.h"
|
||||
#include <sys/tls.h>
|
||||
|
||||
volatile string authtag;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "jabber.h"
|
||||
#include "user.h"
|
||||
#include "person.h"
|
||||
#include <url.h>
|
||||
#include <uniform.h>
|
||||
#include <peers.h>
|
||||
|
||||
// important to #include user.h first
|
||||
|
@ -33,7 +33,7 @@ qHasCurrentPlace() { return 0; }
|
|||
|
||||
void create() {
|
||||
jabber2avail = shared_memory("jabber2avail");
|
||||
return ::create();
|
||||
::create();
|
||||
}
|
||||
|
||||
/* it should be posible to do some things in a way that can be shared between
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue