Bug 292913 - In my jabber account almost always give me an error for 'too long message' por any length
Summary: In my jabber account almost always give me an error for 'too long message' po...
Status: RESOLVED NOT A BUG
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: text-ui (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 22:50 UTC by Pablo
Modified: 2012-07-06 12:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
telepathy-gabble-xmpp-console debug output screenshot (47.49 KB, image/png)
2012-03-19 13:46 UTC, Rohan Garg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo 2012-01-30 22:50:32 UTC
Version:           unspecified (using KDE 4.8.0) 
OS:                Linux

With a @jabber.org account it usually gives me an error for 'too long message' when I write a couple of words, or many words.

I tried to do the same in kopete and it works fine, so the bug is of thelepathy I think :p

Reproducible: Sometimes

Steps to Reproduce:
Once you write a couple of comments it only knows give the error message.


Expected Results:  
Those message shouldn't appear and anyone must have a normal conversation :)

3.2.2-1-ARCH x86_64 stable.
Up to date all the packages.
Comment 1 David Edmundson 2012-03-15 14:48:53 UTC
If this does happen it's almost certainly an issue in the jabber backend.

Please make sure you have the latest version of telepathy-gabble.

If so please attach a log from gabble the jabber backend, as explained here:
http://martys.typepad.com/blog/2011/12/kde-telepathy-now-depends-on-telepathy-qt4-09-also-how-to-report-bugs.html
Comment 2 Rohan Garg 2012-03-15 20:28:59 UTC
A sure shot way of reproducing this is to start chats over 2 different XMPP networks for eg between jabber.org and gtalk.

Usually after talking for the first 30 seconds, you can see the error and then can only send 3-4 characters at a time and not full sentences.

Could be successfully reproduced on latest master. No errors could be seen in the gabble logs. David tells me there's a python script that reads the full XMPP stream which could help us debug this further.
Comment 3 Rohan Garg 2012-03-16 10:31:25 UTC
Narrowed it down to this :
Jabber <-> Jabber : Works
GTalk <-> GTalk : Works
GTalk -> Jabber : Works
Jabber -> GTalk : Does not work

It seems like Google might be rejecting messages from other XMPP networks if they send them too quickly, would certainly be need to fixed at their end.
Comment 4 Rohan Garg 2012-03-19 13:46:16 UTC
Created attachment 69733 [details]
telepathy-gabble-xmpp-console debug output screenshot

A couple of XMPP stanzas that clearly show the error, just for future reference purposes. I'm also trying to track this bug down and fix it ... might take a while though.