XMPP Component indicating presence -


i have xep-0114 based xmpp component works fine openfire server. ejabberd complains it. first thing (after having authenticated) indicate presence. sending this:

<presence from="tictactoe.komogvind.dk"/> 

i reply

<presence type="error" to="tictactoe.komogvind.dk" xmlns:stream="http://etherx.jabber.org/streams">     <error code="400" type="modify">         <bad-request xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>     </error> </presence> 

what missing?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -