jabberd2  2.2.16
Functions
sm/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_dup(), jid_st::resource, jid_st::dirty, log_debug, ZONE, jid_full(), xhash_get(), jid_search(), jid_free(), and jid_user().

void aci_unload ( xht  acls)