Tagged Questions
1
vote
1answer
85 views
Enabling mod_proxy65 on ejabberd server installed on ec2 ubuntu instance
I am working on a iOS chat application, so for media transfer to work i need to enable mod_proxy65, and i have enabled the same in ejabberd.cfg file with their default setting: {mod_proxy65[]}. on ...
2
votes
0answers
46 views
Xmpp protocol + ejabber server: Turn connection fails with feature-not-implemented error on IOS Application
I am using https://github.com/robbiehanson/XMPPFramework xmpp framework for iOS. while trying to make TURN Connection I get below error for iq sent to establish the connection. while debugging the ...
0
votes
1answer
14 views
XMPPFramework: Trying to update nickname on VCard
This question is as simple as its title says: I'm trying to update a user nickname on his VCard but I cannot. I'm using this code:
dispatch_queue_t queue = dispatch_queue_create("queue", ...
1
vote
0answers
20 views
Voice Chat with XMPPFramework
Hi I`m a student developer and I have made iPhone mobile chat application with XMPPFramework!
I have already made various functions in my App
For instance, I made Multi-User Chat and Send/Receive ...
0
votes
1answer
42 views
XMPPFramework/iOS issue: send and recieve subscription
I have a challenge with XMPPFramework today...
I've configured ejabberd correctly: server is up and running and registering users correctly by in-band registration.
But when I try to send a ...
0
votes
0answers
56 views
xmppframework (iOS) receives didNotAuthenticate even the username and password are provided and correct
I'm now working on a strange issue regarding XMPP authentication.
The problem I face is that, the didNotAuthenticate is called even though the username and password provided is correct.
As per ...
-1
votes
0answers
25 views
How to implement XEP-0133 — using XMPPFramework + Openfire
I want to get lists of all:
1. Registered users
2. Online users
I've only found posts on the igniterealtime.org forum from 2007 regarding this. Is this even implemented in Openfire?
As for ...
0
votes
0answers
81 views
Get Online users with Facebook Chat XMPP
I am using Facebook Chat
X-FACEBOOK-PLATFORM for facebook chat
however i am able to connect and also can send message but i am not able to send <presence/> .
when i am sending ...
0
votes
1answer
112 views
XMPPFramework-message not sent
I am newbie to iOS. I am building an app using XMPPFramework. But I am stuck up in a problem with last few days. Can't find any solution. The problem is when I want to send a message to any specific ...
0
votes
1answer
43 views
Message not sent through XMPP
I am using XMPP in my app. Message not sent When i send a message to any specific id (for example 'test.codemen@gmail.com' in my code).
My code is given below. Thanks in advance.
- ...
0
votes
0answers
98 views
Buddy list issue in XMPP Server for iPhone
I'm able to connect to the local server, and also the google talk and display the buddies and chat on the iphone chat client but when I try to get Buddy list of my local server, it return 0.
- ...
0
votes
1answer
206 views
Send messages to Client with C# using openfire server
Our firm is using message API's to send various alerts to our clients. As the charges are getting high for message API's we are planning to have WhatsApp sort of thing(An Android chat client) on our ...
0
votes
1answer
239 views
Login exception SASL authentication failed using mechanism DIGEST-MD5 asmack in android
I m try to connect with Xmpp server,But i m getting exception
Login exception SASL authentication failed using mechanism DIGEST-MD5
i use this code ,can any one help me,or code
try {
if ...
0
votes
0answers
25 views
Restrict OpenFire not to receive messages
I want to restrict the openfire receiving messages by some of the open fire user accounts. Is it possible to restrict the selected users by sending messages and making them only to receive the ...
0
votes
1answer
207 views
Unable to get chat History from OpenFire Server in iOs
I am trying to fetch chat history from Openfire server. For that purpose we are done with open fire set up and we added archiving plug in to Openfire as well.
I gone through some Googling and I found ...
0
votes
1answer
234 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 ...
0
votes
1answer
74 views
Removing a user from an OpenFire Roster causes both Rosters to be affected
having a major issue with OpenFire, hopefully one of you guys could help out.
Basically the end goal is to remove user_2 from the roster of user_1 - but making sure that user_1 is still in the roster ...
0
votes
0answers
41 views
Max data transfer limit in xmpp
Is there any limit in transfering data in facebook xmpp? How can I share files in facebook xmpp through iphone?
Thanks in advance,
Sanath
1
vote
2answers
443 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 ...
2
votes
1answer
182 views
iOS messaging system (chat system) in app
So I have my iOS App (it's a social networking one) and I would like to add a messaging and chat system. I've looked up ways to do this but haven't found one that I could either fully understand or ...
1
vote
1answer
113 views
How to send chat request (subscribe) to number on Openfire server using XMPP framework (iphone) and populate the roster?
I am letting people register to my App using their mobile numbers. I can see the people online on the admin panel. But unless I manually go and add them to the roster and subscribe, they can't chat ...
0
votes
1answer
311 views
Send XMPP message element multiple destinations (Facebook Chat API)
I'm using Facebook Chat API in an iOS app. I already can send a message successfully to a Facebook friend. Now I'm wondering if a can send the same message to multiple recipients.
I don't know if ...
1
vote
2answers
359 views
Build a chat application in ios using XMPP
I am trying to build a chat application in ios. I came across XMPP for ios. I am bit confused on how to move forward. Here are my doubts:
Do I need to create an XMPP server to implement this ...
2
votes
1answer
326 views
XMPPRoster will not post new buddy to XMPP server
I'm trying to add a new buddy to the user's roster using this line of code:
XMPPJID jid = [XMPPJID jidWithString:[NSString stringWithFormat:@"%@@localhost",
...
1
vote
1answer
126 views
RobbieHanson's XMPPFramework didReceiveMessage not called
I'm developing on iOS and using Robbie Hanson XMPPFramework. The method didReceiveMessage is never called.
I did successfully connect, and sent 'presence' (confirmed by using NSLog. That can be ...
2
votes
1answer
248 views
Facebook chat rooms using XMPP
I'm trying to create mobile based chat app.
Basically, I want users to connect to Facebook with their Facebook account (Using the XMPPFramework)
I would like to have pre-existing rooms where users ...
1
vote
1answer
337 views
Retrieving Open Fire Message Archive using xmppframework in iOS
Spent hours trying to solve this problem and I'm stumped!
Trying to grab the Chat History between 2 users on my OpenFire server and I read that I plugin was needed to do this.
So, I installed the ...
0
votes
1answer
120 views
How can I change my profile status in XMPPFramework
For changing my logged status I use the following code..
XMPPPresence *presence = [XMPPPresence presenceWithType:@"away"];
[[self xmppStream] sendElement:presence];
But I am not getting the ...
3
votes
1answer
226 views
How do you scale XMPP installation? [closed]
We are working on building a XMPP server from scratch (due to specific needs we have). One of the areas where we are unable to get a clear picture is on how do you scale XMPP. Say I have 10,000 users ...
-1
votes
1answer
254 views
How does xmpp s2s work? [closed]
I have had hard time understanding the complete information flow in s2s interaction. There aren't many documents available on internet.
I am using nodejs based xmpp-server to set up a xmpp server ...
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
0answers
153 views
registration ios xmppframework forbidden
I'm developing an application where I need to implement xmppframework, I did it perfectly, but now I have to make sure that a user can record.
I have implemented this method
I state that in "if" comes
...
4
votes
1answer
513 views
iOS - Send push notification on XMPP chat app when buddy is offline
I have an iOS chat app like Whatsapp. The chat is running well with XMPP protocol. The app has other functionalities, and has an APNS service running well with them. For the client I'm working with ...
1
vote
1answer
222 views
Not able to connect ejabberd server on Amazon using XMPP framework of iOS
I am working on XMPP framework to create Text chat application. We have configure ejabberd server on amazaon ec2. I have tested my application on locally configured server and was working fine but as ...
0
votes
1answer
74 views
Multiple accounts in XMPPFramework
I am new in XMPPFramework and I try to investigate it. So I have a question. Can XMPPFramework support multiple account login?
2
votes
1answer
212 views
xmppframework for iOS - sending vCard update
I'm currently playing with the XMPPFramework for iOS and I had the idea to let users make their own profile, based on vCards. I've made a screen where they can enter some information, such as date of ...
0
votes
1answer
342 views
Facebook groups chat [duplicate]
Possible Duplicate:
is group chat for facebook implemented in the API?
Does facebook jabber server support groups chat? I tried to create groups chat in iMessages, but it returned that ...
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
322 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
123 views
How to sync Facebook chat on my web browser and iPhone application?
I have developed a Facebook Chat application for iPhone using the XMPP framework.
How do I sync between Facebook chat in the browser and in my application.
If I send a message to a user from my ...
0
votes
2answers
752 views
Adding Custom Attributes in Message tag in XMPP packet using asmack for android?
The Message Packet that i want to recieve.
<message to="39@domainname.com/smack" chat_id="73392"
custom_packet="true" user_id="44" manager_id="39" time_stamp="0" website_id="0"
...
0
votes
2answers
290 views
Cannot Read Custom Attributes From Message TAG when using asmack XMPP library for android?
This is the XML sent From XMPP Server Side that i want to recieve so that i can send it to my XML parser.
<message to="39@domainname.com/smack" chat_id="73392"
custom_packet="true" ...
0
votes
0answers
340 views
iOS XMPPFramework: XMPPRoster fetchRoster Using Blocks
I'm using iOS XMPPFramework and the method - (void)fetchRoster; of XMPPRoster to fetch the latest update roster before create and return other different lists (Suppose that List1, List2, List3, ...) ...
0
votes
1answer
329 views
XMPPFramework can i use XEP-0065 for video chat
I used ObjC XMPPFramework for organize chat(1-1, room) in my application.
We need implement live video chat. I know, that Jingle is the best solution for this, but it doesnt't implemented in ...
0
votes
0answers
127 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 ...
-1
votes
2answers
304 views
XMPP framework for iOS very slow when connecting
I'm currently working on a chat client which I'm building with the XMPP framework. I've explored the demo app and I noticed that when I enter my username/password, it's taking a very long time (about ...
1
vote
0answers
316 views
Configure proxy in xmpp file transfer (Extension EXP-0065)
Server: testXyz
<br>
Senderjid:user1@testXyz <br>
Receiverjid:user2@testXyz
RECV:
<iq xmlns="jabber:client" id="C8B91358-179B-4883-9EEC-A251D99E9AB5" to="user1@testXyz" ...
0
votes
2answers
1k views
File transfer using XMPP(Extension XEP-0065)
Not sure why I am getting turn socket failed(turnSocketDidFail called). Anybody can help me in figure out this? please point me what am i doing wrong here. I know there are lots of question like this ...
0
votes
0answers
148 views
MUC Implementation using ejabberd
I have created the XMPP implementation for my iphone and server side using ejabberd.It works well that i can create user and can chat using chat clients like iChat.
But my requirement is the ...
