jabberd14 1.6.2
Namespaces | Functions
resolver.cc File Reference

This implements a resolver by accessing a lwresd. More...

#include <resolver.h>

Namespaces

namespace  xmppd
namespace  xmppd::resolver

Functions

void resolver (instance i, xmlnode x)

Detailed Description

This implements a resolver by accessing a lwresd.

This is a module for xmppd that implements a resolver that resolves DNS names by delegating the actual requests to a lwresd.


Function Documentation

void resolver ( instance  i,
xmlnode  x 
)

init and register the resolver component in the server

Todo:
care for destructing the resolver instance on shutdown
Parameters:
ithe jabber server's data about this instance
xxmlnode of this instances configuration (???)