Skip to content

publicBenz/XMPPFramework

This branch is 366 commits behind robbiehanson/XMPPFramework:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2016
Jan 26, 2016
Feb 2, 2016
May 26, 2016
Feb 1, 2016
Jan 26, 2016
May 26, 2016
Apr 18, 2015
Dec 2, 2011
Mar 24, 2011
Feb 1, 2016
Feb 13, 2014
Sep 15, 2015
May 26, 2016
Jun 6, 2011

Repository files navigation

An XMPP Framework in Objective-C for the Mac / iOS development community.

XMPPFramework provides a core implementation of RFC-3920 (the xmpp standard), along with the tools needed to read & write XML. It comes with multiple popular extensions (XEP's), all built atop a modular architecture, allowing you to plug-in any code needed for the job. Additionally the framework is massively parallel and thread-safe. Structured using GCD, this framework performs well regardless of whether it's being run on an old iPhone, or on a 12-core Mac Pro. (And it won't block the main thread... at all)


**[Overview of the XMPP Framework](https://github.com/robbiehanson/XMPPFramework/wiki/IntroToFramework)**
**[Getting started using XMPPFramework on Mac OS X](https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_Mac)**
**[Getting started using XMPPFramework on iOS](https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS)**
**[XEPs supported by the XMPPFramework](https://github.com/robbiehanson/XMPPFramework/wiki/XEPs)**
**[Learn more about XMPPFramework](https://github.com/robbiehanson/XMPPFramework/wiki)**

Can't find the answer to your question in any of the [wiki](https://github.com/robbiehanson/XMPPFramework/wiki) articles? Try the **[mailing list](http://groups.google.com/group/xmppframework)**.

Love the project? Wanna buy me a coffee? (or a beer :D) [![donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CV6XGZTPQU9HY)

About

An XMPP Framework in Objective-C for Mac and iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.0%
  • Other 1.0%