-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Giving you a positive vote! Please help me #113
Comments
drodriguez
pushed a commit
to drodriguez/XMPPFramework
that referenced
this issue
Jan 2, 2013
…multiple reads using the same buffer) when using old-school (deprecated) secure connection option.
This is a question for the mailing list |
davidchiles
pushed a commit
to davidchiles/XMPPFramework
that referenced
this issue
Jan 26, 2016
…multiple reads using the same buffer) when using old-school (deprecated) secure connection option.
williamdolke
added a commit
to williamdolke/XMPPFramework
that referenced
this issue
Nov 1, 2023
rodrigoands
pushed a commit
to ubotsbr/Ubots-XMPPFramework
that referenced
this issue
Apr 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, robbiehanson.
Please help.
I am also creating group chatting func in iphone app using your xmpp framework.
But room was created sucessfully but i don't know how to go from that on for group chat.
XMPPRoomCoreDataStorage *rosterstorage = [[XMPPRoomCoreDataStorage alloc] init];
XMPPRoom *xmppRoom = [[XMPPRoom alloc] initWithRoomStorage:rosterstorage jid:[XMPPJID jidWithString:@"[email protected]"] dispatchQueue:dispatch_get_main_queue()];
[xmppRoom activate:[[self appDelegate] xmppStream]];
if ([xmppRoom preJoinWithNickname:@"viratsRoom"]) {
NSLog(@"room created");
}
[xmppRoom fetchConfigurationForm];
[xmppRoom configureRoomUsingOptions:nil];
[xmppRoom addDelegate:[self appDelegate] delegateQueue:dispatch_get_main_queue()];
What can i do then?
Looking forward to hearing from you.
The text was updated successfully, but these errors were encountered: