summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index bd0c06d54e..a7a65ff709 100755
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -251,7 +251,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
bool m_bStreamSent;
bool m_bMamPrefsAvailable;
- HWND m_hwndAgentRegInput;
HWND m_hwndJabberChangePassword;
HWND m_hwndPrivacyRule;
HWND m_hwndJabberAddBookmark;
@@ -362,9 +361,11 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
//---- jabber_agent.c ----------------------------------------------------------------
class CAgentRegProgressDlg *m_pDlgReg;
+ class CAgentRegDlg *m_pDlgAgentReg;
void AgentShutdown();
- void OnIqAgentRegister(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
+ void OnIqAgentGetRegister(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
+ void OnIqAgentSetRegister(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
//---- jabber_archive.c --------------------------------------------------------------
@@ -540,7 +541,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
void OnIqResultGetServerAvatar(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
void OnIqResultGotAvatar(MCONTACT hContact, const char *pszText, const char *mimeType);
void OnIqResultGetMuc(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
- void OnIqResultGetRegister(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
void OnIqResultGetRoster(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
void OnIqResultGetVcard(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
void OnIqResultLastActivity(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);