1° if this eBook would be available (estimated 200 pages) would you consider buying it ($14,99 for iPad/Kindle)?
2° Are there specific topics you would like to have covered in depth?
--
You received this message because you are subscribed to the Google Groups "XMPPFramework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmppframewor...@googlegroups.com.
To post to this group, send email to xmppfr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xmppframework/3b969c2a-a9a2-46d9-8167-69739f9b000b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Would Robbie Hanson be a technical reviewer?!
--
You received this message because you are subscribed to the Google Groups "XMPPFramework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmppframewor...@googlegroups.com.
To post to this group, send email to xmppfr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xmppframework/b48bb4f2-efdf-4c36-bf4d-80712d825aff%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xmppframework/73AE9C1386F04F4E9CF156DD9700601A%40deusty.com.
Can you send me your private email
To view this discussion on the web visit https://groups.google.com/d/msgid/xmppframework/3B5F1735-6F72-4653-BB87-28CC63D59338%40gmail.com.
Introduction 5
Who This Book Is For 7
What This Book Covers 8
What You Need to Use This Book 8
Conventions 8
Source Code 9
Stay Updated 9
Chapter 1 Introduction to XMPP 15
WHAT’S IN THIS CHAPTER? 15
Understanding the XMPP Architecture 16
Streaming XML 16
Addresses, Domains and User ID’s 17
Resources 17
Stanzas 18
Chapter 2 Introduction to the framework 21
WHAT’S IN THIS CHAPTER? 21
Getting Started 21
Understanding the Connection Process 26
What’s in the Framework 27
The XMPP Core 27
XMPP framework Logging Support 29
XMPP Extensions / Modules 30
Understanding MulticastDelegates 31
Chapter 3 Creating the Application Basics 33
WHAT’S IN THIS CHAPTER? 33
Creating the Navigation Structure 35
Helper classes 36
Definitions 36
Creating the Menu 37
Implementing the Menu 38
Adding the XMPP Framework 41
Chapter 4 Connect to XMPP 47
WHAT’S IN THIS CHAPTER? 47
Implementing the XMPP framework 47
Creating a User Account 65
Inband Account Registration 65
User Service Registration 67
Custom Registration 69
Chapter 5 Understanding Rosters 70
WHAT’S IN THIS CHAPTER? 70
Displaying the Roster 71
Managing the Roster 75
Inviting a User 77
Other Roster Strategies 78
Chapter 6 Sending and Receiving Messages 80
WHAT’S IN THIS CHAPTER? 80
Application Structure 81
YDChatOverviewController 81
YDConversationViewController 81
Data storage 81
Running in the Background 82
Implementing the CoreData model 82
Implementing the YDChatOverViewController 92
Implement the NSDate-Utilities category 93
Implementing the YDConversationViewController 109
Chapter 7 Adding File Transfer 123
WHAT’S IN THIS CHAPTER? 123
In-Band Bytestreams (IBB) 123
Out-Of-Band Bytestreams 124
Using a Proxy Server 124
SOCKS5 Bytestreams 125
Implementing Filetransfer using SOCKS5 and SI 127
Updating Capabilities 128
Receiving a file 133
Sending a file 166
Troubleshooting File Transfers 202
Chapter 8 Multi User Chat 203
WHAT’S IN THIS CHAPTER? 203
Configuring the XMPP Server 203
What’s in the XMPP framework 205
Implementing Mutli User Chat 206
Updating CoreData model 212
Being the Initiator 213
Creating a Room 214
Configuring a Room 215
Inviting Participants 217
Being a Participant 218
Receiving an Invitation 218
Joining a Room 220
Leaving a Room 220
Deleting a Room 220
Receiving & Sending Messages 220
--
You received this message because you are subscribed to the Google Groups "XMPPFramework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmppframewor...@googlegroups.com.
To post to this group, send email to xmppfr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xmppframework/1ca1f770-6afc-4be7-bdf0-0b1d7a0eb741%40googlegroups.com.
HiThe manuscript is ready and with my technical editor as we speakI expect it to be available mid January 2014TOCAcknowledgements 4
...