summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utilities.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/utilities.cpp b/utilities.cpp
index 957acbb..c6be654 100644
--- a/utilities.cpp
+++ b/utilities.cpp
@@ -144,7 +144,7 @@ void FindJuickAccounts()
if(!acc)
break;
IJabberSysInterface *ijsys = acc->JabberInterface->Sys();
- if(ijsys->ContactFromJID(_T(JUICK_JID)))
+ if(ijsys->ContactFromJID(_T(JUICK_JID))) //i should use this contact handler
{
if(!acc->hPrescenseHandler && !acc->hMessageHandler && !acc->hIqHandler)
{
@@ -158,7 +158,6 @@ void FindJuickAccounts()
}
}
-//static JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, void *pUserData)
static JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, void *pUserData)
{
return FALSE;