#include <sipfsm.h>

Definition at line 575 of file sipfsm.h.
Public Member Functions | |
| SipIM (SipFsm *par, QString localIp, int localPort, SipRegistration *reg, QString destUrl="", QString callIdStr="") | |
| ~SipIM () | |
| virtual int | FSM (int Event, SipMsg *sipMsg=0, void *Value=0) |
| virtual QString | type () |
Private Member Functions | |
| void | SendMessage (SipMsg *authMsg, QString Text) |
Private Attributes | |
| QString | msgToSend |
| QString | sipLocalIp |
| int | sipLocalPort |
| SipUrl * | imUrl |
| SipRegistration * | regProxy |
| int | State |
| int | rxCseq |
| int | txCseq |
| SipIM::SipIM | ( | SipFsm * | par, | |
| QString | localIp, | |||
| int | localPort, | |||
| SipRegistration * | reg, | |||
| QString | destUrl = "", |
|||
| QString | callIdStr = "" | |||
| ) |
Definition at line 3009 of file sipfsm.cpp.
| SipIM::~SipIM | ( | ) |
Definition at line 3040 of file sipfsm.cpp.
| int SipIM::FSM | ( | int | Event, | |
| SipMsg * | sipMsg = 0, |
|||
| void * | Value = 0 | |||
| ) | [virtual] |
Reimplemented from SipFsmBase.
Definition at line 3052 of file sipfsm.cpp.
Referenced by SipFsm::SendIM().
| virtual QString SipIM::type | ( | void | ) | [inline, virtual] |
| void SipIM::SendMessage | ( | SipMsg * | authMsg, | |
| QString | Text | |||
| ) | [private] |
QString SipIM::msgToSend [private] |
QString SipIM::sipLocalIp [private] |
int SipIM::sipLocalPort [private] |
SipUrl* SipIM::imUrl [private] |
SipRegistration* SipIM::regProxy [private] |
int SipIM::State [private] |
int SipIM::rxCseq [private] |
int SipIM::txCseq [private] |
1.5.5