- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
Added XEP-0092 support (Software Version)
saghul committed rSYLKe8194dcd2d9d: Added fallback handler, replies with service-unavailable to unsupported IQ… (authored by saghul).
Added fallback handler, replies with service-unavailable to unsupported IQ…
Reorganized XMPP protocol loading
saghul committed rSYLK2d824a835443: Raised SIP session media timeout on XMPP gateway to 24h (authored by saghul).
Raised SIP session media timeout on XMPP gateway to 24h
TAG release-2.3.0
Updated changelog
Update changelog
saghul committed rSYLKf8bf23b22db5: Map echo@* URI to the echo application by default (authored by saghul).
Map echo@* URI to the echo application by default
Update dependency version
Update readme
Update sample configurations
Updated sample configuration files
saghul committed rSYLKfd29eef4f1cc: Use request URI as the room URI when handling REFER requests instead of the To… (authored by saghul).
Use request URI as the room URI when handling REFER requests instead of the To…
saghul committed rSYLK9b168b69f9b3: Added ability to load extra applications from an external directory (authored by saghul).
Added ability to load extra applications from an external directory
saghul committed rSYLK409dd33c0f50: Fixed leaking session objects if session fails while joining a conference (authored by saghul).
Fixed leaking session objects if session fails while joining a conference
Refactored per-application logger
saghul committed rSYLK5bc51df39a0f: Simplified mechanism required for adding new applications (authored by saghul).
Simplified mechanism required for adding new applications
Refine changelog
adigeo committed rSYLKd719478a1be6: Document mapping logic between Request-URI and application (authored by adigeo).
Document mapping logic between Request-URI and application
Mention X-Sylk-App header
adigeo committed rSYLKec7cd715c4ea: Added note about DNS records required for conference component (authored by adigeo).
Added note about DNS records required for conference component
saghul committed rSYLK8befbbaaf7fd: Disable presence and xcap from the mock account (authored by saghul).
Disable presence and xcap from the mock account
saghul committed rSYLKb717dff57bde: Don't instantiate NotificationCenter if unneeded (authored by saghul).
Don't instantiate NotificationCenter if unneeded
Fixed log line
Added echo application
Updated changelog
saghul committed rSYLK01b1056a4b70: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
Added more logs for subscriptions
Change log line
Moved decorator
Shorten log line
saghul committed rSYLK3e4e94f3aab5: Fixed setting same timestamp regardless of what device changed the presence… (authored by saghul).
Fixed setting same timestamp regardless of what device changed the presence…
saghul committed rSYLKecd9b67514e8: Added timestamp to generated PIDF documents (authored by saghul).
Added timestamp to generated PIDF documents
Removed as_string method from BaseURI
Update dependency version
Update installation instructions
Increase copyright years
Use lower case
Increase copyright years
Added more logs
Update readme
Fixed log line formatting
Fixed indentation with tabs
Improved logging
saghul committed rSYLKd8760e11bb9a: Added SIP<->XMPP gateway abiliy to invite participants to a multiparty chat (authored by saghul).
Added SIP<->XMPP gateway abiliy to invite participants to a multiparty chat
Fixed detecting nickname collision
Fixed log line
Fixed bogus log line
saghul committed rSYLK734f0108344d: Fixed handling xmpp subscribe handling if notification is processed too late (authored by saghul).
Fixed handling xmpp subscribe handling if notification is processed too late
Fixes in conference application logging
adigeo committed rSYLK6bf922ac8dc9: Prefix conference room log lines with the room uri (authored by adigeo).
Prefix conference room log lines with the room uri
Removed bogus notification
Fixed spacing and syntax errors
saghul committed rSYLK2940e352ccf6: Fixed potential clashing of ids when building PIDF documents (authored by saghul).
Fixed potential clashing of ids when building PIDF documents
Check headers for incoming subscriptions
adigeo committed rSYLKc06bae15ebbd: Check presence of headers for incoming subscriptions (authored by adigeo).
Check presence of headers for incoming subscriptions
Improve logging of conference application
Updated changelog
Fixed syntax errors
Simplified message stanza handling code
saghul committed rSYLKa5ac52454192: Made parsing of xmpp receipts more resilient (authored by saghul).
Made parsing of xmpp receipts more resilient
saghul committed rSYLK6f18c930717e: Fixed parsing chatstate when namespace prefixes are used (authored by saghul).
Fixed parsing chatstate when namespace prefixes are used
adigeo committed rSYLKf12564475c51: Improve logging of xmpp gateway application (authored by adigeo).
Improve logging of xmpp gateway application
Raised version and updated changelog
saghul committed rSYLK0738bd778b16: Fixed translating resource IDs for presence (authored by saghul).
Fixed translating resource IDs for presence
Improved log line
saghul committed rSYLK364eb1378981: Do not unnecessarily instantiate the NotificationCenter (authored by saghul).
Do not unnecessarily instantiate the NotificationCenter
Added TODO note
saghul committed rSYLK50198fd0cd72: Fixed handling presence availability stanzas without a resource part in the from (authored by saghul).
Fixed handling presence availability stanzas without a resource part in the from
Removed bogus check
saghul committed rSYLK877c3f6ed1f0: Added support for XEP-0030 (service discovery) (authored by saghul).
Added support for XEP-0030 (service discovery)
saghul committed rSYLK37d2ad95a888: Removed extended-away state handling, it no longer exists (authored by saghul).
Removed extended-away state handling, it no longer exists
saghul committed rSYLK2dfa5cffaf6d: Improved logging when adding participants to a conference (authored by saghul).
Improved logging when adding participants to a conference
Raised version and updated changelog
Simplified test
Fixed attribute access
saghul committed rSYLK18f87d99d1d6: Fixed stream creating after API changes in SDK (authored by saghul).
Fixed stream creating after API changes in SDK
Renamed ServerSession to Session
Properly implement custom stream classes
Raised version and updated changelog
saghul committed rSYLKecfbc8ea5a36: Replace datetime.now with ISOTimestamp.now (authored by saghul).
Replace datetime.now with ISOTimestamp.now
TAG cocoa-1.0.1b
Reordered statements
saghul committed rSYLKcbbcbe6f65d5: Use 'xmpp' URI parameter as a hint on generated PIDFs (authored by saghul).
Use 'xmpp' URI parameter as a hint on generated PIDFs
saghul committed rSYLKff4bd2b924df: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
saghul committed rSYLK0baeed08c5e9: Publish service capabilities for PIDFs translated from XMPP (authored by saghul).
Publish service capabilities for PIDFs translated from XMPP
Renamed MUCProtocol to MUCServerProtocol
Added XEP-0115 caps to presence stanzas
Convert stanzas module into a package
saghul committed rSYLKe243313a7493: Fixed not terminating incoming referral in certain cases (authored by saghul).
Fixed not terminating incoming referral in certain cases
Removed unneeded code
saghul committed rSYLK0de62b10a031: Fixed initializing conference application database (authored by saghul).
Fixed initializing conference application database
Adapted to changes in streams API
Added example for xmmp server DNS record
saghul committed rSYLK49b22bc98be6: Fixed message dispatching if non matching identities are found (authored by saghul).
Fixed message dispatching if non matching identities are found