ValentijnNK / miranda

Automatically exported from code.google.com/p/miranda
0 stars 0 forks source link

Miranda does not send recipients resource in discovery (XMPP) #1708

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Miranda Version                  : 0.10.11.0
Unicode Build                    : Yes

What steps will reproduce the problem?
1. Open XML-Console
2. Type something in chat for the first time in this session

What is the expected result?
Miranda should discover services of the other client and send something like 
this:
<iq type="get" to="someone@jabber.ccc.de/resource" id="mir_14">
<query xmlns="http://jabber.org/protocol/disco#info" />
</iq>

What happens instead?
Miranda forgets to send the resource:
<iq type="get" to="someone@jabber.ccc.de" id="mir_14">
<query xmlns="http://jabber.org/protocol/disco#info" />
</iq>

The remote server answers with an error on this query. If i manually add the 
resource in the query it works fine.

Original issue reported on code.google.com by tw_googl...@blacksrv.eu on 2 Apr 2013 at 7:23

Attachments: