添加烘焙器并且不会显示在openfire用户烘焙器列表中

时间:2016-01-27 06:20:24

标签: api rest server openfire

使用api

为用户John添加一个烘焙器

http://openfire.test.net:9090/plugins/restapi/v1/users/John/roster

收到的回复:201已创建

使用Rest API - GET

检索焙烧炉时

http://openfire.test.net:9090/plugins/restapi/v1/users/John/roster

收到回复:状态200确定

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<roster>
<rosterItem>
    <jid>roaster1@test.de</jid>
    <subscriptionType>0</subscriptionType>
    <groups/>
</rosterItem>
</roster>

但是在Openfire Server UI中,单击User-&gt; John和观看了Roster,没有显示Rosters.Am我在调用Rest API时遗漏了什么?提前致谢

1 个答案:

答案 0 :(得分:0)

这已经解决。这是用户名案件的问题。即使你注册了名字&#39; John&#39;来自用户界面,来自用户界面搜索&#39; john&#39;。因此,如果最初没有显示Roasters。更改案例后,它就会得到解决。希望这对所有人都有帮助。