Ticket #47 (closed defect: fixed)

Opened 22 months ago

Last modified 21 months ago

s2s connections should use jabber:server namespace for stanzas

Reported by: smoku Owned by: smoku
Priority: major Component: XMPP Complaince
Version: 2.1 Keywords:
Cc: Tracforge_linkmap:
Blocking: Blocked By:

Description

Currently stanza's are being sent with a forced namespace of jabber:client, that should be removed so that the stream default namespace of jabber:server is used.

This is making google drop s2s connections.

------- Comment #10 From Stephen Marquard 2006-01-22 13:23 [reply] -------

Created an attachment (id=130) [edit] patch-s10-s2s-b

Revised simpler patch: removes jabber:client namespace declaration so the stanza inherits the stream jabber:server namespace. Also cleanup some use of #defines.

Required for XMPP compliance, XMPP 11.2.2

Attachments

patch-s10-s2s-b.patch (4.2 KB) - added by smoku 22 months ago.
PAtch by Stephen Marquard <scm@…>

Change History

Changed 22 months ago by smoku

PAtch by Stephen Marquard <scm@…>

Changed 21 months ago by smoku

  • status changed from new to closed
  • resolution set to fixed
  • component changed from s2s to XMPP Complaince

Already applied to trunk.

Note: See TracTickets for help on using tickets.