Does the Python Yahoo transport publish itself in service discovery?
yep
Do a disco#info with Psi, and look at the XML console. What differences
are there between the MSN & Yahoo transports?
<iq from="yahoo.jabber.server" type="result" id="ad40a"
<identity category="gateway" type="yahoo" name="XMPPPY Yahoo!
Transport (Dev)" />
</query>
</iq>
id="ad3fa" >
<identity category="gateway" type="msn" name="MSN Transport" />
<identity category="conference" type="text" name="MSN Transport Chatrooms" />
<feature var="vcard-temp" />
</query>
</iq>
Looks like
jabber:iq:gateway is missing on the yahoo transport, but
that is used to indicate implemenetation of the send "legacy username
to the gateway and receive a properly-formatted JID in return"
process, which is not supposed atm.
What's required to make the webreg work?
--
- Norman Rasmussen
_______________________________________________
py-transports mailing list