unmk2 / jaxl

Automatically exported from code.google.com/p/jaxl
GNU General Public License v3.0
0 stars 0 forks source link

XEP-0133: Service Administration not working #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried getUserCount command. Nothing happens (except a timeout)

It seems that the result iq is not well parsed :
the response :
<iq from='192.168.67.123' to='adminjabber@192.168.67.123/jaxl.1.1306493830' 
id='7' type='result'><command xmlns='http://jabber.org/protocol/commands' 
sessionid='2011-05-27T10:57:10.740629Z' 
node='http://jabber.org/protocol/admin#get-online-users-num' 
status='completed'><x xmlns='jabber:x:data'><field type='hidden' 
var='FORM_TYPE'><value>http://jabber.org/protocol/admin</value></field><field 
type='text-single' label='Number of online users' 
var='onlineusersnum'><value>2</value></field></x></command></iq>

returns only that : 
Array
(
    [to] => adminjabber@192.168.67.123/jaxl.1.1306493830
    [from] => 192.168.67.123
    [id] => 7
    [type] => result
    [xml:lang] => 
)

The command part is missing. Maybe you must add elements to the tagMap when 
JAXL0050 is enabled

Another thing : the "announce-all" command is missing

Sorry for my bad english

Thank you

Original issue reported on code.google.com by vincent....@gmail.com on 27 May 2011 at 11:06

GoogleCodeExporter commented 9 years ago
Hi Vincent,

Will soon push the changes to github, will update bug once done.

Original comment by mailsfor...@gmail.com on 31 May 2011 at 9:20

GoogleCodeExporter commented 9 years ago
Hello Friends,

I am no longer accepting issues/bugs on google code issue list.

Have any Question? Want to discuss? Need Help? Use Google Group/Forum.
https://groups.google.com/forum/#!forum/jaxl

Found something missing or a bug in the source code? Kindly report an issue.
https://github.com/abhinavsingh/JAXL/issues

Sorry for any inconvenience caused.

--
Abhinav

Original comment by mailsfor...@gmail.com on 12 Sep 2012 at 9:51