Hi people I'm having a problem. I create an Application and I want to send messages to various addresses.
I know that I can do that using XEP - 0033.
I also know that ejabberd support it. I have add into my configuration the following line:
{access, multicast, [{allow, all}]}.
But is not working.
My XML is this one:
<message to="to@sauron29" from="notification.sauron29"> <addresses xmlns="http://jabber.org/protocol/address"> <address type="to" jid="matias@sauron29" /> <address type="to" jid="testuser@sauron29" /> <address type="to" jid="nico@sauron29" /> <address type="to" jid="mati@sauron29" /> <address type="to" jid="jose@sauron29" /> </addresses> <body> xmlns="event=SchemaUpdate, schemaId=HangMan.Settings" /> </message>
I know that the body is not quite well, but I don't think that is the problem.
I'm working with jabber-Net, and is a component that is sending all the messages.
If anyone can help me I will appreciate very much.
Thanks a lot
mod_multicast is not included
mod_multicast is not included in ejabberd 2.1.6
service-unavailable
I did compiled and installed the module in the proper directory and configured it in ejabberd.cfg and i always get an
<iq from='multicast.dev.hostname.com' to='xmppadm@dev.hostname.com/26505952551304146854634511' id='001' type='error' xml:lang='en' xmlns='jabber:client'>
<query xmlns='http://jabber.org/protocol/disco#info'/>
<error code='503' type='cancel'>
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</iq>
on my IQ queries.
I'm running ejjaberd 2.1.5 on my server.
Any suggestion i might check?
I can configure the module from webadmin so that means that its properly installed.
Thanks in advance.
Jorge