mod_rest/res/schema-xmpp.json
changeset 4745 3f2342eacb26
parent 4744 beeacb25dea9
child 4746 b7df2c61a144
equal deleted inserted replaced
4744:beeacb25dea9 4745:3f2342eacb26
   145       "nick" : {
   145       "nick" : {
   146          "type" : "string",
   146          "type" : "string",
   147          "xml" : {
   147          "xml" : {
   148             "name" : "nick",
   148             "name" : "nick",
   149             "namespace" : "http://jabber.org/protocol/nick"
   149             "namespace" : "http://jabber.org/protocol/nick"
       
   150          }
       
   151       },
       
   152       "rsm" : {
       
   153          "properties" : {
       
   154             "after" : {
       
   155                "type" : "string"
       
   156             },
       
   157             "before" : {
       
   158                "type" : "string"
       
   159             },
       
   160             "count" : {
       
   161                "type" : "integer"
       
   162             },
       
   163             "first" : {
       
   164                "type" : "string"
       
   165             },
       
   166             "index" : {
       
   167                "type" : "integer"
       
   168             },
       
   169             "last" : {
       
   170                "type" : "string"
       
   171             },
       
   172             "max" : {
       
   173                "type" : "integer"
       
   174             }
       
   175          },
       
   176          "title" : "XEP-0059: Result Set Management",
       
   177          "type" : "object",
       
   178          "xml" : {
       
   179             "name" : "set",
       
   180             "namespace" : "http://jabber.org/protocol/rsm"
   150          }
   181          }
   151       },
   182       },
   152       "to" : {
   183       "to" : {
   153          "description" : "the intended recipient for the stanza",
   184          "description" : "the intended recipient for the stanza",
   154          "example" : "alice@another.example",
   185          "example" : "alice@another.example",