|
432 | 432 | lang = <<>> :: binary()}).
|
433 | 433 | -type stream_start() :: #stream_start{}.
|
434 | 434 |
|
435 |
| --record(muc_subscription, {jid :: undefined | jid:jid(), |
436 |
| - nick = <<>> :: binary(), |
437 |
| - events = [] :: [binary()]}). |
438 |
| --type muc_subscription() :: #muc_subscription{}. |
439 |
| - |
440 | 435 | -record(ibb_close, {sid = <<>> :: binary()}).
|
441 | 436 | -type ibb_close() :: #ibb_close{}.
|
442 | 437 |
|
|
661 | 656 | -record(sasl2_task_data, {sub_els = [] :: [xmpp_element() | fxml:xmlel()]}).
|
662 | 657 | -type sasl2_task_data() :: #sasl2_task_data{}.
|
663 | 658 |
|
664 |
| --record(muc_subscriptions, {list = [] :: [#muc_subscription{}]}). |
665 |
| --type muc_subscriptions() :: #muc_subscriptions{}. |
666 |
| - |
667 | 659 | -record('see-other-host', {host :: binary() | inet:ip_address() | {binary() | inet:ip_address(),inet:port_number()}}).
|
668 | 660 | -type 'see-other-host'() :: #'see-other-host'{}.
|
669 | 661 |
|
|
871 | 863 | active :: 'none' | 'undefined' | binary()}).
|
872 | 864 | -type privacy_query() :: #privacy_query{}.
|
873 | 865 |
|
| 866 | +-record(pubsub_serverinfo_remote_domain, {name = <<>> :: binary(), |
| 867 | + type = [] :: ['bidi' | 'incoming' | 'outgoing']}). |
| 868 | +-type pubsub_serverinfo_remote_domain() :: #pubsub_serverinfo_remote_domain{}. |
| 869 | + |
| 870 | +-record(pubsub_serverinfo_domain, {name = <<>> :: binary(), |
| 871 | + remote_domain :: 'undefined' | [#pubsub_serverinfo_remote_domain{}]}). |
| 872 | +-type pubsub_serverinfo_domain() :: #pubsub_serverinfo_domain{}. |
| 873 | + |
874 | 874 | -record(muc_actor, {jid :: undefined | jid:jid(),
|
875 | 875 | nick = <<>> :: binary()}).
|
876 | 876 | -type muc_actor() :: #muc_actor{}.
|
|
1022 | 1022 | xmlns = <<>> :: binary()}).
|
1023 | 1023 | -type mix_setnick() :: #mix_setnick{}.
|
1024 | 1024 |
|
| 1025 | +-record(pubsub_serverinfo, {domain = [] :: [#pubsub_serverinfo_domain{}]}). |
| 1026 | +-type pubsub_serverinfo() :: #pubsub_serverinfo{}. |
| 1027 | + |
1025 | 1028 | -record(sic, {ip :: undefined | inet:ip_address(),
|
1026 | 1029 | port :: 'undefined' | non_neg_integer(),
|
1027 | 1030 | xmlns = <<>> :: binary()}).
|
|
1427 | 1430 | sub_els = [] :: [xmpp_element() | fxml:xmlel()]}).
|
1428 | 1431 | -type register() :: #register{}.
|
1429 | 1432 |
|
| 1433 | +-record(muc_subscription, {jid :: undefined | jid:jid(), |
| 1434 | + nick = <<>> :: binary(), |
| 1435 | + events = [] :: [binary()]}). |
| 1436 | +-type muc_subscription() :: #muc_subscription{}. |
| 1437 | + |
| 1438 | +-record(muc_subscriptions, {list = [] :: [#muc_subscription{}]}). |
| 1439 | +-type muc_subscriptions() :: #muc_subscriptions{}. |
| 1440 | + |
1430 | 1441 | -type xmpp_element() :: address() |
|
1431 | 1442 | addresses() |
|
1432 | 1443 | adhoc_actions() |
|
|
1592 | 1603 | ps_unsubscribe() |
|
1593 | 1604 | pubsub() |
|
1594 | 1605 | pubsub_owner() |
|
| 1606 | + pubsub_serverinfo() | |
| 1607 | + pubsub_serverinfo_domain() | |
| 1608 | + pubsub_serverinfo_remote_domain() | |
1595 | 1609 | push_disable() |
|
1596 | 1610 | push_enable() |
|
1597 | 1611 | push_notification() |
|
|
0 commit comments