For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
Jabber offline messages
Posted: 14 March 2009 08:26 AM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2009-03-14

Hi, I’ve recently have purchased a copy of OneTeam for iPhone IM client. I like it a lot, but have small problem. It seems that offline messages are not delivered when I sign in with One Team. If I sign in with Pidgin I receive the messages while I’ve been offline.

Any suggestions?

Profile
 
 
Posted: 16 March 2009 11:26 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  600
Joined  2006-11-12

Hello,

Offline messages work fine in our test with OneTeam for iPhone.
Are you sure you are really connected ?
What is the type of XMPP server you are using ?

Profile
 
 
Posted: 17 March 2009 01:00 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2009-03-14

Hi Mickaël,

Yes, I’m definitively connected, I can see online contact and also can chat to them. We are running Openfire 3.6.3.

After more troubleshooting it seems that the offline messages did not come from one particular account… the messages were sent out using that account by a perl script (Net::Jabber module) and when a message was constructed the ‘type’ property was set to “normal” rather than “chat” (don’t ask me why?!?).

$connection->MessageSend( to => “$me”, subject => “$subject”, type => “chat”, body => “foo”);

Once that was fixed I can now receive the offline messages. Thanks for the great product :)

Profile