jabberd2  2.2.17
Functions
aci.c File Reference

access control manager More...

#include "sm.h"

Go to the source code of this file.

Functions

xht aci_load (sm_t sm)
int aci_check (xht acls, char *type, jid_t jid)
 see if a jid is in an acl
void aci_unload (xht acls)
 unload aci table

Detailed Description

access control manager

Author:
Robert Norris
Date:
2005/09/10 10:23:50
Revision:
1.16

Definition in file aci.c.


Function Documentation

xht aci_load ( sm_t  sm)
int aci_check ( xht  acls,
char *  type,
jid_t  jid 
)

see if a jid is in an acl

Definition at line 86 of file aci.c.

References jid_st::dirty, jid_dup(), jid_free(), jid_full(), jid_search(), jid_user(), log_debug, jid_st::resource, xhash_get(), and ZONE.

void aci_unload ( xht  acls)