Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 65 additions & 11 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,17 +1,71 @@
# Xcode
#

## Build generated
build/
DerivedData/

__MACOSX
.DS_Store
build
*.mode1v3
**/.DS_Store

## Various settings
*.pbxuser
project.xcworkspace
xcuserdata
.svn
DerivedData
*.orig
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
XMPPFramework*.zip
ezPDFViewLibrary.framework
## Obj-C/Swift specific
*.hmap
*.ipa

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
#
Pods/
Carthage/
/.build
/.swiftpm/
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.

fastlane/report.xml
fastlane/screenshots


# Sonarqube
.sonar/
run-sonar-swift.sh
sonar-project.properties
sonar-reports/

#Library

2 changes: 1 addition & 1 deletion Extensions/XEP-0313/XMPPMessageArchiveManagement.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
static const int xmppLogLevel = XMPP_LOG_LEVEL_WARN;
#endif

NSString *const XMLNS_XMPP_MAM = @"urn:xmpp:mam:2";
NSString *const XMLNS_XMPP_MAM = @"urn:xmpp:mam:1";
static NSString *const QueryIdAttributeName = @"queryid";


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>