diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-14 16:11:03 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-14 16:11:03 +0300 |
commit | ee194854bb7069fa813db779cc135fde6fde454b (patch) | |
tree | 1a2cf7c72f067113cc16968e1747fdaaad5109a4 /utilities.cpp | |
parent | 8bf21ad8fe9da1800e30487c921f14f6532dbe14 (diff) |
modified: new_gpg.rc
modified: utilities.cpp
Diffstat (limited to 'utilities.cpp')
-rw-r--r-- | utilities.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.cpp b/utilities.cpp index b9620d4..3eaf9a7 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -611,6 +611,7 @@ static JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, voi } if(out.find("key ID ") != string::npos) { + //need to get hcontact here, i can get jid from hxml, and get handle from jid, maybe exists better way ? string::size_type p = out.find("key ID ") + strlen("key ID "); string::size_type p2 = out.find("\n", p); } |