|
reSIProcate/stack
9694
|
#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"
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 RESIPROCATE_SUBSYSTEM Subsystem::SIP |
int IMMethodList[] [static] |
{ (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().
1.7.5.1