citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
  Fossies Dox: citadel.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
xmpp_query_namespace.c File Reference
#include "../../sysdep.h"
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <fcntl.h>
#include <signal.h>
#include <pwd.h>
#include <errno.h>
#include <sys/types.h>
#include <time.h>
#include <sys/wait.h>
#include <string.h>
#include <limits.h>
#include <ctype.h>
#include <expat.h>
#include <libcitadel.h>
#include "../../citadel_defs.h"
#include "../../server.h"
#include "../../citserver.h"
#include "../../support.h"
#include "../../config.h"
#include "../../internet_addressing.h"
#include "../../ctdl_module.h"
#include "serv_xmpp.h"
Include dependency graph for xmpp_query_namespace.c:

Go to the source code of this file.

Functions

void xmpp_roster_item (struct CitContext *cptr)
 
void xmpp_iq_roster_query (void)
 
void xmpp_query_namespace (char *iq_id, char *iq_from, char *iq_to, char *query_xmlns)
 

Function Documentation

◆ xmpp_iq_roster_query()

void xmpp_iq_roster_query ( void  )

◆ xmpp_query_namespace()

void xmpp_query_namespace ( char *  iq_id,
char *  iq_from,
char *  iq_to,
char *  query_xmlns 
)

◆ xmpp_roster_item()

void xmpp_roster_item ( struct CitContext cptr)