KanybekMomukeyev / FacebookChat

Facebook chat over XMPPFramework
85 stars 39 forks source link

Cannot send message from the application #3

Closed tusharthorat closed 11 years ago

tusharthorat commented 11 years ago

I am trying to send message to facebook friend but the messages are not sent. I am able to receive messages but cannot send messages.

javalnanda commented 11 years ago

I am also facing the same issue. Getting following error :

KanybekMomukeyev commented 11 years ago

OK, i should move all included Libraries to Cocoapods, then will Update all Libraries. Maybe library XMPPFramework is outdated.

javalnanda commented 11 years ago

Solved the issue by replacing [message addAttributeWithName:@"xmlns" stringValue:@"http://www.facebook.com/xmpp/messages"];

with [message addAttributeWithName:@"type" stringValue:@"chat"];

KanybekMomukeyev commented 11 years ago

Thanks javalnanda, closing this issue!