Browse Source

Message resources can be null

pull/183/head
Timothée Jaussoin 10 years ago
parent
commit
314dd9b111
  1. 2
      app/models/message/Message.php

2
app/models/message/Message.php

@ -41,7 +41,7 @@ class Message extends Model {
"jidfrom" :
{"type":"string", "size":96, "mandatory":true },
"resource" :
{"type":"string", "size":128, "mandatory":true },
{"type":"string", "size":128 },
"type" :
{"type":"string", "size":16, "mandatory":true },
"subject" :

Loading…
Cancel
Save