Hi
Two part question:
1) What is the current format of the roster file in 17.04? I know that around 15.xx it seems to have gone to this:
[{<<"admin">>,<<"localhost">>,<<"Friend">>,<<"Admin">>},{<<"vipul">>,<<"localhost">>,<<"Friend">>,<<"Vipul">>}].
(from )
2) Is the difference between a roster and a registered user simply that the former is a list while the latter is also a registered account within mnesia/db backend?
Thanks,
1. The file format for
1. The file format for commands like push_roster_all:
[{"user1", "localhost", "Workers", "User 1"}, {"user2", "localhost", "Workers", "User 2"}].2. I guess yes, the roster is a list of contacts that a registered account has stored.