reSIProcate/stack  9694
Classes | Namespaces | Enumerations | Functions | Variables
MessageWaitingContents.hxx File Reference
#include <map>
#include "resip/stack/Contents.hxx"
#include "rutil/Data.hxx"
Include dependency graph for MessageWaitingContents.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  resip::MessageWaitingContents
 SIP body type for holding MWI contents (MIME content-type application/simple-message-summary). More...
class  resip::MessageWaitingContents::AccountHeader
 makes accessing the MessageAccount Uri operate like accessing the other MessageWaiting headers. More...
class  resip::MessageWaitingContents::Header
 Provides an interface for reading and modifying MessageWaiting bodies. More...

Namespaces

namespace  resip
 

SERNonceHelper implements the makeNonce function in the same way as SIP Express Router (SER) - http://www.iptel.org/ser.


Enumerations

enum  HeaderType {
  resip::mw_voice = 0, resip::mw_fax, resip::mw_pager, resip::mw_multimedia,
  resip::mw_text, resip::mw_none, resip::MW_MAX
}
 An enumeration of MessageWaiting header types for use with resip::MessageWaitingContents. More...

Functions

const char * resip::skipSipLWS (ParseBuffer &pb)

Variables

MessageWaitingContents::AccountHeader resip::mw_account
 Used to access the Message-Account header in MessageWaiting docs.
static bool resip::invokeMessageWaitingContentsInit = MessageWaitingContents::init()