comparison mcabber/doc/HOWTO_modules.txt @ 1683:b09f82f61745

Split HOOK_INTERNAL
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 19 Jan 2010 16:09:27 +0200
parents 004739237999
children 5093b5ca1572
comparison
equal deleted inserted replaced
1682:d1e8fb14ce2d 1683:b09f82f61745
146 parameters 146 parameters
147 * new_status - user's new status, see 147 * new_status - user's new status, see
148 hook-status-change. Old one should still be 148 hook-status-change. Old one should still be
149 available as the current status of the user. 149 available as the current status of the user.
150 * message - new status message 150 * message - new status message
151 - hook-post-connect (HOOK_INTERNAL) with no parameters 151 - hook-post-connect (HOOK_POST_CONNECT) with no parameters
152 - hook-pre-disconnect (HOOK_INTERNAL) with no 152 - hook-pre-disconnect (HOOK_PRE_DICSONNECT) with no
153 parameters 153 parameters
154 154
155 -------------------------------------------------------- 155 --------------------------------------------------------
156 #include <mcabber/xmpp_helper.h> 156 #include <mcabber/xmpp_helper.h>
157 157