reSIProcate/stack  9694
Defines | Variables
TuIM.cxx File Reference
#include <cassert>
#include <memory>
#include "resip/stack/SipStack.hxx"
#include "resip/stack/DeprecatedDialog.hxx"
#include "resip/stack/SipMessage.hxx"
#include "resip/stack/TuIM.hxx"
#include "resip/stack/Contents.hxx"
#include "resip/stack/ParserCategories.hxx"
#include "resip/stack/PlainContents.hxx"
#include "resip/stack/CpimContents.hxx"
#include "resip/stack/Pkcs7Contents.hxx"
#include "resip/stack/MultipartSignedContents.hxx"
#include "resip/stack/MultipartMixedContents.hxx"
#include "resip/stack/OctetContents.hxx"
#include "resip/stack/Helper.hxx"
#include "resip/stack/Pidf.hxx"
#include "resip/stack/SipFrag.hxx"
#include "rutil/Data.hxx"
#include "rutil/Logger.hxx"
#include "rutil/Random.hxx"
#include "rutil/Socket.hxx"
#include "rutil/WinLeakCheck.hxx"
Include dependency graph for TuIM.cxx:

Go to the source code of this file.

Defines

#define RESIPROCATE_SUBSYSTEM   Subsystem::SIP

Variables

static int IMMethodList []
const int IMMethodListSize = sizeof(IMMethodList) / sizeof(*IMMethodList)

Define Documentation

#define RESIPROCATE_SUBSYSTEM   Subsystem::SIP

Definition at line 45 of file TuIM.cxx.


Variable Documentation

int IMMethodList[] [static]
Initial value:
 { (int) REGISTER, 
                              (int) MESSAGE, 
                              (int) SUBSCRIBE, 
                              (int) NOTIFY }

Definition at line 50 of file TuIM.cxx.

Referenced by resip::TuIM::processRequest().

const int IMMethodListSize = sizeof(IMMethodList) / sizeof(*IMMethodList)

Definition at line 54 of file TuIM.cxx.

Referenced by resip::TuIM::processRequest().