messaging_xmpp - message not sending.
samhassell - May 13, 2009 - 09:13
| Project: | Messaging |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
im running 6.x.2.0 now.
xmpp messages wont send.
messaging_xmpp_messaging gets executed, as it should.
messaging_xmpp_send_msg never gets executed.
I'm not sure how the new callbacks are working, but im guessing the error is in the api somewhere..
i'll look further into it.

#1
actually it looks like none of the callbacks are being executed - i added watchdog entries at the start of messaging_xmpp_render and messaging_xmpp_user_destination and neither are called.
#2
The presence part of xmpp is not properly handled yet so make sure the user has an xmpp account (xmpp_user) and the option is "send anyway".
Also, you can try messaging_debug to make sure your settings are ok and xmpp messages get out. Check also the watchdog log for xmpp errors.
#3
No follow up, so closing.