Ticket #2604 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

404 Not Found for iq vcard-temp

Reported by: Elghinn Owned by: asterix
Priority: normal Milestone: 0.11
Component: None Version: svn
Severity: normal Keywords:
Cc: OS:

Description

toto changes his nick to -

In xml console :

<presence from='jabberfr@…/toto' to='elghinn@…/Gajim' type='unavailable'> <x xmlns='http://jabber.org/protocol/muc#user'> <item nick='­-' role='participant' affiliation='none' jid='toto@…/laptop'> <status code='303'> </x> </presence>

<presence to='elghinn@…/Gajim' from='jabberfr@…/­-' id='77'> <x xmlns='vcard-temp:x:update'> <photo>c46187ccee8792ef1d5085ae912e9b3740659355</photo> </x> <c node='http://gajim.org/caps' ext='ftrans' ver='0.10.1' xmlns='http://jabber.org/protocol/caps'/> <x xmlns='http://jabber.org/protocol/muc#user'> <item role='participant' affiliation='none' jid='toto@…/laptop'/> </x> </presence>

<iq to="jabberfr@…/-" type="get" id="304" from="elghinn@…/Gajim"> <vCard xmlns="vcard-temp" /> </iq>

<iq to='elghinn@…/Gajim' type='error' id='304' from='jabberfr@…/-'> <vCard xmlns='vcard-temp'/> <error code='404'>Not Found</error> </iq>

Attachments

Change History

Changed 2 years ago by Elghinn

when user takes back his fisrt nick, - appears as unavailable in gc_contact

Changed 2 years ago by asterix

I can't repro, maybe a bug server side in MUC component ?

<presence from='test@conference.gajim.org/test' to='asterix@jabber.lagaule.org/Gajim' type='unavailable'>
<x xmlns='http://jabber.org/protocol/muc#user'>
<item jid='asterix4@jabber.lagaule.org/Home/Gajim' affiliation='admin' role='moderator' nick='-'/>
<status code='303'/>
</x>
</presence>

<presence from='test@conference.gajim.org/-' to='asterix@jabber.lagaule.org/Gajim' id='267'>
<status>back from dominican republic</status>
<x xmlns='vcard-temp:x:update'>
<photo>2e14852521ce05892d5c04e68118bd5502b8237d</photo>
</x>
<c xmlns='http://jabber.org/protocol/caps' node='http://gajim.org/caps' ext='ftrans' ver='0.10.1.6'/>
<x xmlns='http://jabber.org/protocol/muc#user'>
<item jid='asterix4@jabber.lagaule.org/Home/Gajim' affiliation='admin' role='moderator'/>
</x>
</presence>

<iq to="test@conference.gajim.org/-" type="get" id="272">
<vCard xmlns="vcard-temp" />
</iq>

<iq from='test@conference.gajim.org/-' to='asterix@jabber.lagaule.org/Gajim' id='272' type='result'>
<vCard xmlns='vcard-temp'>
<PHOTO>
<TYPE>image/png</TYPE>
<BINVAL>iVBORw0KGgoAAAANSUhEUgAAAH0AAAB1CAYAAABj0+5IAAAABHNCSVQICAgIfAhkiAAAIABJREFU
[...]
TkSuQmCC
</BINVAL>
</PHOTO>
<NICKNAME>toi</NICKNAME>
<FN>moi</FN>
</vCard>
</iq>

Changed 2 years ago by asterix

  • status changed from new to closed
  • resolution set to worksforme

Add/Change #2604 (404 Not Found for iq vcard-temp)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.