|
1 |
| -{tables,[{caps_features,[{record_name,caps_features}, |
| 1 | +{tables,[{oauth_client,[{record_name,oauth_client}, |
| 2 | + {attributes,[client_id,client_name,grant_type, |
| 3 | + options]}]}, |
| 4 | + {oauth_token,[{record_name,oauth_token}, |
| 5 | + {attributes,[token,us,scope,expire]}]}, |
| 6 | + {passwd,[{record_name,passwd},{attributes,[us,password]}]}, |
| 7 | + {private_storage,[{record_name,private_storage}, |
| 8 | + {attributes,[usns,xml]}]}, |
| 9 | + {pubsub_orphan,[{record_name,pubsub_orphan}, |
| 10 | + {attributes,[nodeid,items]}]}, |
| 11 | + {pubsub_item,[{record_name,pubsub_item}, |
| 12 | + {attributes,[itemid,nodeidx,creation,modification, |
| 13 | + payload]}]}, |
| 14 | + {pubsub_state,[{record_name,pubsub_state}, |
| 15 | + {attributes,[stateid,nodeidx,items,affiliation, |
| 16 | + subscriptions]}]}, |
| 17 | + {pubsub_node,[{record_name,pubsub_node}, |
| 18 | + {attributes,[nodeid,id,parents,type,owners,options]}]}, |
| 19 | + {pubsub_index,[{record_name,pubsub_index}, |
| 20 | + {attributes,[index,last,free]}]}, |
| 21 | + {caps_features,[{record_name,caps_features}, |
2 | 22 | {attributes,[node_pair,features]}]},
|
3 |
| - {push_session,[{record_name,push_session}, |
4 |
| - {attributes,[us,timestamp,service,node,xml]}]}, |
| 23 | + {offline_msg,[{record_name,offline_msg}, |
| 24 | + {attributes,[us,timestamp,expire,from,to,packet]}]}, |
5 | 25 | {last_activity,[{record_name,last_activity},
|
6 | 26 | {attributes,[us,timestamp,status]}]},
|
7 |
| - {pubsub_index,[{record_name,pubsub_index}, |
8 |
| - {attributes,[index,last,free]}]}, |
| 27 | + {roster_version,[{record_name,roster_version}, |
| 28 | + {attributes,[us,version]}]}, |
| 29 | + {roster,[{record_name,roster}, |
| 30 | + {attributes,[usj,us,jid,name,subscription,ask,groups, |
| 31 | + askmessage,xs]}]}, |
| 32 | + {push_session,[{record_name,push_session}, |
| 33 | + {attributes,[us,timestamp,service,node,xml]}]}, |
| 34 | + {motd_users,[{record_name,motd_users},{attributes,[us,dummy]}]}, |
| 35 | + {motd,[{record_name,motd},{attributes,[server,packet]}]}, |
9 | 36 | {vcard_search,[{record_name,vcard_search},
|
10 | 37 | {attributes,[us,user,luser,fn,lfn,family,lfamily,
|
11 | 38 | given,lgiven,middle,lmiddle,nickname,
|
12 | 39 | lnickname,bday,lbday,ctry,lctry,locality,
|
13 | 40 | llocality,email,lemail,orgname,lorgname,
|
14 | 41 | orgunit,lorgunit]}]},
|
| 42 | + {vcard,[{record_name,vcard},{attributes,[us,vcard]}]}, |
| 43 | + {muc_registered,[{record_name,muc_registered}, |
| 44 | + {attributes,[us_host,nick]}]}, |
| 45 | + {muc_room,[{record_name,muc_room},{attributes,[name_host,opts]}]}, |
15 | 46 | {archive_prefs,[{record_name,archive_prefs},
|
16 | 47 | {attributes,[us,default,always,never]}]},
|
17 |
| - {motd_users,[{record_name,motd_users},{attributes,[us,dummy]}]}, |
18 |
| - {sr_user,[{record_name,sr_user},{attributes,[us,group_host]}]}, |
19 |
| - {roster_version,[{record_name,roster_version}, |
20 |
| - {attributes,[us,version]}]}, |
21 |
| - {pubsub_orphan,[{record_name,pubsub_orphan}, |
22 |
| - {attributes,[nodeid,items]}]}, |
23 |
| - {offline_msg,[{record_name,offline_msg}, |
24 |
| - {attributes,[us,timestamp,expire,from,to,packet]}]}, |
25 | 48 | {archive_msg,[{record_name,archive_msg},
|
26 | 49 | {attributes,[us,id,timestamp,peer,bare_peer,packet,
|
27 | 50 | nick,type]}]},
|
28 |
| - {private_storage,[{record_name,private_storage}, |
29 |
| - {attributes,[usns,xml]}]}, |
30 |
| - {motd,[{record_name,motd},{attributes,[server,packet]}]}, |
31 |
| - {sr_group,[{record_name,sr_group},{attributes,[group_host,opts]}]}, |
32 |
| - {oauth_token,[{record_name,oauth_token}, |
33 |
| - {attributes,[token,us,scope,expire]}]}, |
34 |
| - {pubsub_item,[{record_name,pubsub_item}, |
35 |
| - {attributes,[itemid,nodeidx,creation,modification, |
36 |
| - payload]}]}, |
37 |
| - {muc_room,[{record_name,muc_room},{attributes,[name_host,opts]}]}, |
38 | 51 | {privacy,[{record_name,privacy},{attributes,[us,default,lists]}]},
|
39 |
| - {pubsub_state,[{record_name,pubsub_state}, |
40 |
| - {attributes,[stateid,nodeidx,items,affiliation, |
41 |
| - subscriptions]}]}, |
42 |
| - {passwd,[{record_name,passwd},{attributes,[us,password]}]}, |
43 |
| - {muc_registered,[{record_name,muc_registered}, |
44 |
| - {attributes,[us_host,nick]}]}, |
45 |
| - {pubsub_node,[{record_name,pubsub_node}, |
46 |
| - {attributes,[nodeid,id,parents,type,owners,options]}]}, |
47 |
| - {vcard,[{record_name,vcard},{attributes,[us,vcard]}]}, |
48 |
| - {roster,[{record_name,roster}, |
49 |
| - {attributes,[usj,us,jid,name,subscription,ask,groups, |
50 |
| - askmessage,xs]}]}]}. |
51 |
| -{last_activity,{<<"admin">>,<<"localhost">>}, |
52 |
| - 1567499868,<<"Registered but didn't login">>}. |
| 52 | + {sr_user,[{record_name,sr_user},{attributes,[us,group_host]}]}, |
| 53 | + {sr_group,[{record_name,sr_group},{attributes,[group_host,opts]}]}]}. |
53 | 54 | {passwd,{<<"admin">>,<<"localhost">>},<<"admin">>}.
|
| 55 | +{last_activity,{<<"admin">>,<<"localhost">>}, |
| 56 | + 1695740983,<<"Registered but didn't login">>}. |
0 commit comments