diff options
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); } |