Active
Project:
XMPP Framework
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2009 at 17:26 UTC
Updated:
28 Dec 2009 at 17:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren.ferguson commentedRight now the xmpp framework is hooked into the messaging framework (we removed xmpp_messaging and put it in the messaging framework in 6.1 -> 6.2 versions).
So inside the messaging_xmpp module is how to send via xmpp. Or alternatively you can use the direct xmpp framework function in order to do this, there is a function for sending a message to a user and the type can be determined via this functon.
Comment #2
darren.ferguson commentedFor the next branch we were looking at providing default actions in order send messages hence might look at merging the actions portion into the current framework that exists in future.
Comment #3
fizk commentedHere's the first working version