On Fri, Aug 22, 2008 at 8:32 AM, David Michal <[EMAIL PROTECTED]> wrote: >> Look at the debug log (Help->Debug Window) to see if the message even >> makes it to Pidgin. > > Ah it's a nice feature this debug window. I haven't noticed it before. > Anyway, pidgin received the reply message from my bot, but the message > didn't appear in the chat window. > > (13:26:18) jabber: Sending (ssl): <message type='chat' id='purpleabd63ef1' > to='[EMAIL PROTECTED]'><x > xmlns='jabber:x:event'><composing/></x><composing > xmlns='http://jabber.org/protocol/chatstates'/></message> > (13:26:24) jabber: Sending (ssl): <message type='chat' id='purpleabd63ef2' > to='[EMAIL PROTECTED]'><x xmlns='jabber:x:event'/><paused > xmlns='http://jabber.org/protocol/chatstates'/></message> > (13:26:24) conversation: typed... > (13:26:27) jabber: Sending (ssl): <message type='chat' id='purpleabd63ef3' > to='[EMAIL PROTECTED]'><x > xmlns='jabber:x:event'><composing/></x><active > xmlns='http://jabber.org/protocol/chatstates'/><body>help</body><html > xmlns='http://jabber.org/protocol/xhtml-im'><body > xmlns='http://www.w3.org/1999/xhtml'>help</body></html></message> > (13:26:27) jabber: Sending (ssl): <message type='chat' id='purpleabd63ef4' > to='[EMAIL PROTECTED]'><x xmlns='jabber:x:event'/><active > xmlns='http://jabber.org/protocol/chatstates'/></message> > (13:26:30) jabber: Sending (ssl): <iq type='get' id='purpleabd63ef5'><ping > xmlns='urn:xmpp:ping'/></iq> > (13:26:30) jabber: Recv (ssl)(232): <iq from='[EMAIL PROTECTED]' > to='[EMAIL PROTECTED]/Work' type='error' id='purpleabd63ef5'><ping > xmlns='urn:xmpp:ping'/><error code='503' type='cancel'><service-unavailable > xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq> > (13:26:34) jabber: Recv (ssl)(338): <message > from='[EMAIL PROTECTED]/SystemInfoJabberBot' > to='[EMAIL PROTECTED]/Work' type='chat' id='5'><body>Available commands: > > rot13: Returns passed arguments rot13'ed > time: Displays current server time > whoami: Tells you your username > serverinfo: Displays information about the > server</body><thread>None</thread></message>
Receiving that message xml works just fine for me. A plugin or something may be eating the message (or it could just be queued in the system tray - is the icon flashing?). As a side note, you shouldn't include "<thread>None</thread>", this indicates the start of a thread with a unique identifier of "None". (Of course, this is not related to the message not showing up.) -D _______________________________________________ Support mailing list [email protected] http://pidgin.im/cgi-bin/mailman/listinfo/support
