Tagged Questions
0
votes
0answers
31 views
XMPPFamework deleting roster buddies
I am using xmppframework in iOS and Apache vysper as the XMPP server. I can add and delete users from my iOS client, but when other users delete me from their client (it could be anything, like ...
0
votes
1answer
231 views
XMPP client library for ios with BOSH support
I am looking for a Objective C XMPP client library with BOSH support for my iPad app. I came across XMPPFramework but I learned that it does not have BOSH support or does it?
Can any one point me to ...
1
vote
2answers
439 views
Send info regarding user via XMPP in iOS
I have implemented the chat and everything is working good. I follow that link http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-server-setup/ tutorial to implement chat ...
0
votes
1answer
54 views
How can I Integrate AOL in iPhone Application Through XMPP
I am developing chat application in that i included gmail,facebook chat,now i want to integrate AOL chat along those two.What is AOL server name for XMPP? I tried with "xmpp.oscar.aol.com" as AOL ...
0
votes
0answers
134 views
Issue with iPhone XMPPFramework / Openfire
We have developed an app using Objective C XMPPFramework. However we notice that after a while the user goes offline. This is happening from a phone with iOS 4.x
We have made sure that Openfire has ...
1
vote
0answers
125 views
XMPP Framework maximum messages received
I'm making a XMPP client and I would like if there is some timer or memory cache for messages received because i send 1000 messages to my client and the server send 1000 messages ok but my client only ...
0
votes
1answer
288 views
Warning in XMPP classes on iOS 6
I am getting multiple warnings when I am trying to run my XMPP chat client on iOS 6
'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0
Not sure how to fix these warnings. Is ...
2
votes
1answer
320 views
How to integrate XMPP extension XEP 0136 for chat archiving in iOS [closed]
I would like to use XMPP extension XEP 0136 for archiving purpose, but not sure how to utilize that code in my existing XMPP chat client in iOS.
0
votes
0answers
126 views
NSFetchedResultsController in conjunction with XMPPRoster not being updated in iOS
I'm currently working on a chat application with the xmppframework. In the application you can make a list of friends (your roster). Now, I have two devices: A and B, both with the app installed. I'm ...
0
votes
0answers
196 views
Need assistance regarding using the xep-0184
I am using robbiehanson/XMPPFramework for my current project, I can send and receive messages to people in my roster, but now I have to implement message delivery status. I know the xep its 0184 and I ...
0
votes
1answer
232 views
Registration Process in XMPP Chat for iPhone
I am implementing a XMPP client for my iPhone App, I ahve completed all the things in (Chatting with other users , showing presence of other users , etc.)
But the one thing for which I am stuck is ...
1
vote
1answer
579 views
How to build a jabber client using libstrophe
I'm trying to make a simple Jabber client using the libstrophe library.
It's going fairly well so far, except for one thing for which I need some clarification.
Namely, how am I supposed to ...
0
votes
2answers
136 views
free iPhone app with trial chat period and subsequent subscription?
Is it possible to have a free iPhone app that has say an initial 3 month ability to chat, and then after the 3 months has expired the user purchases a non-renewable subscription for additional chat ...
0
votes
0answers
243 views
XMPP Intergration clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have problem with XMPP Intergrations with this example [Jabber Client Example By XMPP], after I downloaded it and add XMPP framework I got this error when run it, and I don't know what I do, ...
4
votes
1answer
246 views
Optimization tips and guidelines for xml parsing on ios
I am looking for optimization tips and guidelines for xml parsing on ios. I am using currently KissXML in one of my projects to parse messages in about 50 Hz. With this rate, i can see clearly that ...
5
votes
2answers
662 views
XMPP Objective-C Library - cannot form weak reference to instance (0x7fcd4a498930) of class ChatController
I'm currently working with the XMPP Library for Objective-C, and I'm using the "Desktop" example code.
It logs in fine; however, when I open a new chat, or someone sends me a message, it crashes.
...
0
votes
1answer
119 views
How do you unescape a XMPP JID?
Is there a library for escaping and unescaping jids. We're currently using the XMPPFramework available here https://github.com/robbiehanson/XMPPFramework. We could of course write our own, but I ...
2
votes
2answers
1k views
XMPP Push Notification for iOS chat app
I'm creating Google talk client for iOS. I have BOSH server (used node-xmpp-bosh) and iOS client (used xmppframework). The iOS client connect through this BOSH server.
Now, how can I made a push ...
1
vote
2answers
2k views
MUC How to with XMPPFramework
I am developing an iOS XMPP chat app that utilizes Robbie Hanson's XMPPFramework. The most important functionalities I have implemented already, such as adding and receiving messages and the app that ...
9
votes
1answer
4k views
Undefined symbols for architecture armv7 when adding CocoaAsyncSocket
I am trying to use XMPPFramework with an iOS5 project (ARC) under xcode 4.2.1 but I am facing this problem. Once I add CocoaAsyncSocket to my project as part of preparing my project to use ...
0
votes
1answer
221 views
Correct syntax for searching XMPP server for email?
I have an objective-c implementation of XMPP where I am trying to search for users. I use a predictable JID naming system where users JIDs are formed from the syntax 'fbFACEBOOK_ID'.
I tried ...
1
vote
0answers
691 views
XMPP Query Group Chat (MUC) directory using search term
Creating an XMPP client, part of which involves querying the directory for chat rooms whose name matches a specific search term. Lets call this search term SEARCH.
The following XML (with the correct ...
0
votes
0answers
1k views
Iphone xmpp framework keep receiving error code 503 service unavailable
I'm using open fire server(3.7.1) for xmpp authentication,messaging and file transfer and I'm using iPhone xmpp framework to communicate with it.
I've successfully established authentication,sending ...
0
votes
1answer
125 views
Lightweight Objective-C XMPP Sever [closed]
How would I go about building an Objective-C server? Atleast a wrapper for an existing C server? I require the XMPP Sever to be independent: self-contained, and doesn't require extra libs/ mySQL/ etc. ...
0
votes
0answers
202 views
Block particular using in open-fire server - Xmpp framework [closed]
How to block particular roster user in open-fire server using xmpp-framework. ?
after goggling i come to know that open-fire doesn't support in blocking..
is this true or is there a way to implement ...
1
vote
0answers
370 views
Schema for send image in xmpp
i would like to know which is the xmpp schema for send images or data.
And I would like to know if is possible send an image from your iphone inside a xmpp message and how ??
Thanks !!
0
votes
1answer
350 views
iphone Adding contact to openfire server using xmpp framework
How to add a user to another user's contact in open-fire throe xmpp framework using objective c and how to render it in iphone application
0
votes
1answer
418 views
Auth failure implementing X-FACEBOOK-PLATFORM authentication using Objective-C and C++
I'm implementing the X-FACEBOOK-PLATFORM XMPP authentication in Objective C (but using mostly C++ code) and I am getting always a failure:
<failure ...
0
votes
1answer
159 views
fetch XMPPGroupCoreDataStorageObject using xmpp,but NSManagingContextDidSaveChangesNotification seems not work
- (NSFetchedResultsController *)fetchedGroupResultsController
{
if (fetchedGroupResultsController == nil)
{
NSManagedObjectContext *moc = [[self appDelegate] ...
0
votes
1answer
337 views
objective - Show avatar picture from XMPPvCardAvatarModule in XEP 153?
Im developing an iphone app with XMPP.
Im trying to print the images of the logged in users in the chat room. This is the code I have.
XMPPvCardAvatarModule *avatar = [[XMPPvCardAvatarModule ...
1
vote
1answer
615 views
Chat app not working using XMPP protocol - open-fire server
Am using following code to send text to user using XMPP protocol configured with open-fire server.. i sent message to my app using spark IM client here i can receive the message but i cant send the ...
0
votes
1answer
626 views
XMPP Enabling chat among users - Openfire server
am implemented iphone chat application using XMPP protocol and openfire server here i can list the users in XMPP Client but i dont know how to enable chat among those users.
How to send text to ...
0
votes
1answer
384 views
XMPP Online user list not loading up - Openfire server
i have created a chat APP using XMPP framework and open-fire server and i created multiple user account in openfire administrator console and the problem is that i can login into those user account ...
0
votes
0answers
421 views
How to transfer image from one user to another using XMPP with openfire server?
I am developing chat project using XMPP framework and Openfire server.
I have done with chatting part.
But dont know how to start/initiate file transfer in xmpp and server.
That is how to transfer ...
0
votes
3answers
267 views
XMPP 1 to 1 chat query?
I am developing a chat project using Openfire.
I have done with group chatting.
But confusion is in 1 to 1 chat.
I am using:
<message from='user2@server/user2' to='user1@server/user1' ...
1
vote
0answers
388 views
Getting error using Facebook XMPP library for chat application on iPhone
I am using the XMPP framework to add Facebook chat functionality to my iPhone application. I am however, getting the following error while testing:
<failure ...
1
vote
0answers
496 views
File transfer in Objective C using XMPP Framework
I would like to transfer (send and receive) the file using XMPP Framework in Objective C (from iPhone to iPhone).Is there any tutorial which explains the detail steps to do this.
0
votes
1answer
580 views
Chat app using XMPP protocol using gmail server
Chat app using XMPP protocol using gmail server
I am using iPhoneXMPP (xmppframework) code provided by code.google.com.
After entering jid, App received number of users who are online/offline.
And ...
6
votes
1answer
1k views
What is XMPP, and how can I use it within an iOS chat application?
I want to create a chat client application for iPhone. I've read that the XMPP framework is one of the best to use for this. However, I haven't found much material out there on this, only the ...
0
votes
3answers
1k views
how to implement google chat in iphone app
i have searched a lot on the web but can not find the actual sample source code that can help me to get started for google chat implementation , the sample code provided with the xmpp framework also ...
6
votes
2answers
4k views
iphone XMPP App run background
I created a chat application using XMPP framework..when I quit the app(enter background mode) I want to receive the chat message..and also need to display the icon badge...How can I do this? ..please ...
1
vote
1answer
334 views
where can i found XEP-0054 Extension for XMPP ios
i am developing a jabber chat project with XMPP frame work.i heard XEP-0054 extension can be used for Vacrd Retrieval .Can any one say where can i found this extension?
I solved the issue .
we ...
1
vote
1answer
907 views
user profile from XMPP iPhone
I am using XMPP for chatting in my iPhone application, I need to retrieve the profile of every user in buddy list, like phone number, street address etc.
How can I get started?
2
votes
1answer
1k views
XMPPFramework : can I determine the online/offline status of a user at all?
How would I determine if a user is online/offline using XMPPFramework for iPhone?
I have their JID etc etc. Is there a way of requesting a presence or something?
Thank you.
2
votes
1answer
219 views
XMPP for exchanging game info between two iPad via Wi-Fi, good approach?
Just got my iPad yesterday and I wanna start programming a distributed game between iPads for a little community across the globe, so no blue-tooth.
I've heard of the XMPP protocol to enable data ...


