Software /
code /
prosody
Comparison
spec/scansion/server_contact_info.scs @ 11583:4ee7a6a8753e
mod_server_contact_info: Apply JID normalization
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Sep 2020 18:34:06 +0200 |
parent | 11010:6b27cb706b89 |
comparison
equal
deleted
inserted
replaced
11582:a3d48204ec95 | 11583:4ee7a6a8753e |
---|---|
51 </field> | 51 </field> |
52 </x> | 52 </x> |
53 </query> | 53 </query> |
54 </iq> | 54 </iq> |
55 | 55 |
56 | |
57 Romeo sends: | |
58 <iq type='get' id='lx2' to='conference.localhost'> | |
59 <query xmlns='http://jabber.org/protocol/disco#info'/> | |
60 </iq> | |
61 | |
62 <iq from='localhost' id='lx2' type='result'> | |
63 <query xmlns='http://jabber.org/protocol/disco#info' scansion:strict='false'> | |
64 <x xmlns='jabber:x:data' type='result'> | |
65 <field type='hidden' var='FORM_TYPE'> | |
66 <value>http://jabber.org/network/serverinfo</value> | |
67 </field> | |
68 <field type='list-multi' var='abuse-addresses'/> | |
69 <field type='list-multi' var='admin-addresses'> | |
70 <value>xmpp:admin@localhost</value> | |
71 </field> | |
72 <field type='list-multi' var='feedback-addresses'/> | |
73 <field type='list-multi' var='sales-addresses'/> | |
74 <field type='list-multi' var='security-addresses'/> | |
75 <field type='list-multi' var='status-addresses'/> | |
76 <field type='list-multi' var='support-addresses'/> | |
77 </x> | |
78 </query> | |
79 </iq> | |
80 | |
56 Romeo disconnects | 81 Romeo disconnects |