diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-08-09 10:47:43 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-08-09 10:47:43 +0000 |
commit | 6dde4172bb2a84ca76a2e6541f6788ab613797ab (patch) | |
tree | 64bf043a6508d26367751b70a13b5ac0d9e1b602 /protocols/JabberG/src/jabber_proto.h | |
parent | 45898e008336c419f9d4b07ccfa46fde30226db0 (diff) |
First attempt to support registration forms (can someone test and fix it please?)
git-svn-id: http://svn.miranda-ng.org/main/trunk@14881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 1f0ee12510..80070ab9db 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -731,6 +731,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface BOOL OnProcessJingle(HXML node);
void OnProcessIq(HXML node);
+ void SetRegConfig(HXML node, void *from);
void OnProcessRegIq(HXML node, ThreadData *info);
void OnPingReply(HXML node, CJabberIqInfo *pInfo);
|