ejabberd now use binary data structures
This commit is contained in:
parent
ff3cddee70
commit
af33df5594
|
@ -58,9 +58,9 @@ Description of some commands:
|
||||||
'C:/Program Files/ejabberd'
|
'C:/Program Files/ejabberd'
|
||||||
- Other OS: on the same directory where the .beam files are.
|
- Other OS: on the same directory where the .beam files are.
|
||||||
Example content for the roster file:
|
Example content for the roster file:
|
||||||
[{"bob", "example.org", "workers", "Bob"},
|
[{<<"bob">>, <<"example.org">>, <<"workers">>, <<"Bob">>},
|
||||||
{"mart", "example.org", "workers", "Mart"},
|
{<<"mart">>, <<"example.org">>, <<"workers">>, <<"Mart">>},
|
||||||
{"Rich", "example.org", "bosses", "Rich"}].
|
{<<"Rich">>, <<"example.org">>, <<"bosses">>, <<"Rich">>}].
|
||||||
|
|
||||||
- srg-create
|
- srg-create
|
||||||
If you want to put a group Name with blankspaces, use the characters
|
If you want to put a group Name with blankspaces, use the characters
|
||||||
|
|
Loading…
Reference in New Issue