ejabberd - Comments for "Supported Server" https://www.ejabberd.im/forum/28715/supported-server en Yes, the first in https://www.ejabberd.im/forum/28715/supported-server#comment-67401 <p>Yes, the first in mod_disco.erl function get_local_identity. The second in mod_vcard.erl function process_local_iq</p> Wed, 05 Apr 2017 12:51:37 +0000 badlop comment 67401 at https://www.ejabberd.im Not exactly sure where I https://www.ejabberd.im/forum/28715/supported-server#comment-67400 <p>Not exactly sure where I would inject my company's name and possibly software version in either of those message. I am assuming those messages are somewhere in the ejabberd code?</p> Tue, 04 Apr 2017 13:35:36 +0000 mprokop comment 67400 at https://www.ejabberd.im For example: <iq https://www.ejabberd.im/forum/28715/supported-server#comment-67399 <p>For example:</p> <div class="codeblock"><code>&lt;iq id=&#039;173:368799&#039; type=&#039;get&#039; to=&#039;localhost&#039;&gt;<br />&nbsp; &lt;query xmlns=&#039;http://jabber.org/protocol/disco#info&#039;/&gt;<br />&lt;/iq&gt; <p>&lt;iq to=&#039;user1@localhost/tka1&#039; from=&#039;localhost&#039; type=&#039;result&#039; id=&#039;173:368799&#039;&gt;<br />&nbsp; &lt;query xmlns=&#039;http://jabber.org/protocol/disco#info&#039;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;identity type=&#039;pep&#039; category=&#039;pubsub&#039;/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;identity name=&#039;ejabberd&#039; type=&#039;im&#039; category=&#039;server&#039;/&gt;<br />&nbsp;&nbsp;&nbsp; ...</p></code></div> <p>Another possibility:</p> <div class="codeblock"><code>&lt;iq id=&#039;175:596161&#039; type=&#039;get&#039; to=&#039;localhost&#039;&gt;<br />&nbsp; &lt;query xmlns=&#039;jabber:iq:version&#039;/&gt;<br />&lt;/iq&gt; <p>&lt;iq to=&#039;user1@localhost/tka1&#039; from=&#039;localhost&#039; type=&#039;result&#039; id=&#039;175:596161&#039;&gt;<br />&nbsp; &lt;query xmlns=&#039;jabber:iq:version&#039;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;name&gt;ejabberd&lt;/name&gt;<br />&nbsp;&nbsp;&nbsp; &lt;os&gt;unix/linux 4.4.0&lt;/os&gt;<br />&nbsp;&nbsp;&nbsp; &lt;version&gt;17.03.32&lt;/version&gt;<br />&nbsp; &lt;/query&gt;<br />&lt;/iq&gt;</p></code></div> Mon, 03 Apr 2017 13:04:53 +0000 badlop comment 67399 at https://www.ejabberd.im