ejabberd - Comments for "PyMailt transport" https://www.ejabberd.im/node/1402 en It's working for me https://www.ejabberd.im/node/1402#comment-17768 <p>I've added to roster jid like somebody%somemailserver.com@pymailt.mydomain.com. I have to force smtp authentication, but it's another history...</p> <p>BTW - On top of this page:<br /> user warning: Unknown column 'style' in 'field list' query: SELECT scid, filter, style, effect, action FROM spam_custom WHERE effect != 4 in /usr/local/www/data-dist/drupal/includes/database.mysql.inc on line 172.</p> Fri, 15 Jun 2007 00:48:57 +0000 yeyo comment 17768 at https://www.ejabberd.im Tkabber also asks items https://www.ejabberd.im/node/1402#comment-3396 <div class="quote-msg"> <div class="quote-author"><em>legoscia</em> wrote:</div> <p>This is the problem. According to <noindex><a href="http://www.xmpp.org/extensions/xep-0050.html#retrieve" rel="nofollow" >XEP-0050, section 2.2</a></noindex>, the client should send a <code>disco#items</code> request to find the available commands, but Tkabber sends a <code>disco#info</code> request instead.</p></div> <p>Sorry, on my comment I didn't mention that Tkabber asks both info and items, and the server reports a similar error to each request, with the only different of 'info' and 'items'. I copied only the info part.</p> <p>So, Tkabber also asks for items, and the response is an error similar to the one shown.</p> <p>It doubt it's a bug on Tkabber. It may be my fault at configuring ejabberd or PyMailt.</p> Fri, 23 Mar 2007 17:13:09 +0000 mfoss comment 3396 at https://www.ejabberd.im disco#items, not disco#info https://www.ejabberd.im/node/1402#comment-3393 <div class="quote-msg"> <div class="quote-author"><em>badlop</em> wrote:</div> <pre> &lt;iq id='45' to='mail.localhost' type='get' xml:lang='es'&gt; &lt;query xmlns='http://jabber.org/protocol/disco#info' node='http://jabber.org/protocol/commands'/&gt; &lt;/iq&gt; </pre></div> This is the problem. According to <noindex><a href="http://www.xmpp.org/extensions/xep-0050.html#retrieve" rel="nofollow" >XEP-0050, section 2.2</a></noindex>, the client should send a <code>disco#items</code> request to find the available commands, but Tkabber sends a <code>disco#info</code> request instead. Fri, 23 Mar 2007 11:13:43 +0000 legoscia comment 3393 at https://www.ejabberd.im I tried with ejabberd SVN, https://www.ejabberd.im/node/1402#comment-3387 <p>I tried with ejabberd SVN, Tkabber SVN and PyMailt CVS.</p> <p>On the transport configuration, I had to remove the line</p> <pre>&lt;useRouteWrap/&gt;</pre><p> Once ejabberd and the transport were correctly configured and started, I see the transport on the Service Discovery. It provides some ad-hoc commands, which I try to use. However, when I tell Tkabber to ask for the available commands, the server reports an error.</p> <pre> &lt;iq id='45' to='mail.localhost' type='get' xml:lang='es'&gt; &lt;query xmlns='http://jabber.org/protocol/disco#info' node='http://jabber.org/protocol/commands'/&gt; &lt;/iq&gt; &lt;iq from='mail.localhost' to='badlop@localhost/Tka' xml:lang='es' id='45' type='error'&gt; &lt;query xmlns='http://jabber.org/protocol/disco#info' node='http://jabber.org/protocol/commands'/&gt; &lt;error code='404' type='cancel'&gt; &lt;item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/&gt; &lt;text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'&gt;The addressed JID or item requested cannot be found. &lt;/error&gt; &lt;/iq&gt; </pre><p> I don't know where the problem is.</p> Thu, 22 Mar 2007 21:42:32 +0000 mfoss comment 3387 at https://www.ejabberd.im