- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
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
Raised version and updated changelog
TAG release-2.1.1
Removed unneeded constants
saghul committed rSYLK6c7d45012888: Disable private messages support when using Bonjour mode (authored by saghul).
Disable private messages support when using Bonjour mode
Fixed normalizing IPAddress datatype
Added help for outbound_proxy setting
saghul committed rSYLKf185bc163593: Fixed file transfers when using Bonjour mode (authored by saghul).
Fixed file transfers when using Bonjour mode
saghul committed rSYLK097542dae7c5: Updated changelog and prepared for release (authored by saghul).
Updated changelog and prepared for release
TAG release-2.1.0
Renamed variable
saghul committed rSYLK0f767b3ecbf6: Don't encode and quote DeviceInfo description (authored by saghul).
Don't encode and quote DeviceInfo description
Fixed conference-info payload for Bonjour
Raised version and updated changelog
Added ability to listen on all interfaces
saghul committed rSYLK6fed829a4643: Fixed setting extended status for XMPP dnd state (authored by saghul).
Fixed setting extended status for XMPP dnd state
TAG cocoa-1.0.0a
More API change fixes
saghul committed rSYLK194d099616ed: Fixed remaining API calls due to changes in SIP SIMPLE SDK (authored by saghul).
Fixed remaining API calls due to changes in SIP SIMPLE SDK
Removed unused imports
Added missing statement
Refactored Bonjour support
saghul committed rSYLK8a186b16dc19: Added ability to configure the directory for resource files (authored by saghul).
Added ability to configure the directory for resource files
Fixed starting MoH playback
saghul committed rSYLK3757bc72a7ff: Delay conference database initialization until application is started (authored by saghul).
Delay conference database initialization until application is started
Added ability to disable applications
saghul committed rSYLK92681cb97085: Fixed initializing transport list if ports are random (authored by saghul).
Fixed initializing transport list if ports are random
TAG release-2.0.0
Added Suggests for mDNS library
Added Debian .install files to MANIFEST
Removed no longer needed check
Updated changelog for release
Raised version and updated changelog
Bumped debian standards version to 3.9.3
Raised python-sipsimple dependency
Dropped Python 2.5 support
Removed runtime dependency checking
Raised python-application dependency
Adapted to eventlet package rename
saghul committed rSYLK6386fa416dcd: Fixed handling a SIP NOTIFY if the XMPP subscription is terminated (authored by saghul).
Fixed handling a SIP NOTIFY if the XMPP subscription is terminated
Made stopping rooms not block
Renamed function for consistency
saghul committed rSYLK3bb49c88bd6e: Avoid monkey-patching SIPSIMPLE SDK account and session managers (authored by saghul).
Avoid monkey-patching SIPSIMPLE SDK account and session managers
Adapted to changes in SIPSIMPLE SDK
Removed unneeded exception class
saghul committed rSYLKea97172ec916: Fixed building contact URI for outgoing SUBSCRIBE requests (authored by saghul).
Fixed building contact URI for outgoing SUBSCRIBE requests
Removed bogus test
saghul committed rSYLK11b5de1148dd: Allow same nickname to be set by same user (authored by saghul).
Allow same nickname to be set by same user
Update todo list
saghul committed rSYLKf584e6b62adc: Indicate XMPP user that she has been kicked out of the room if the SIP session… (authored by saghul).
Indicate XMPP user that she has been kicked out of the room if the SIP session…
saghul committed rSYLK77790f9e0f0c: Don't terminate session if nickname could not be set (authored by saghul).
Don't terminate session if nickname could not be set
saghul committed rSYLKa5dadb1a162c: Added helper function to enqueue XMPP messages (authored by saghul).
Added helper function to enqueue XMPP messages
saghul committed rSYLK119045f4602c: Proper support for HTML content type on XMPP (authored by saghul).
Proper support for HTML content type on XMPP
Fixed initializing presence stanza type
saghul committed rSYLK97aa395642fe: Fixed exception due to a race condition in handling NICKNAME requests (authored by saghul).
Fixed exception due to a race condition in handling NICKNAME requests
saghul committed rSYLK59ebbaae241c: Moved XMPP logger to a more appropriate place (authored by saghul).
Moved XMPP logger to a more appropriate place
saghul committed rSYLKcde9872d00ae: Don't attempt to set the nickname if it didn't change (authored by saghul).
Don't attempt to set the nickname if it didn't change
saghul committed rSYLK6c999a279c5d: Updated xmppgateway sample configuration file (authored by saghul).
Updated xmppgateway sample configuration file
Don't use receipts for groupchat stanzas
saghul committed rSYLK39e67a931a9c: Don't try to send queued MSRP messages if XMPP closed the session (authored by saghul).
Don't try to send queued MSRP messages if XMPP closed the session
saghul committed rSYLK1b92933b1d5c: Set local display name to 'Conference Room' (authored by saghul).
Set local display name to 'Conference Room'
saghul committed rSYLKb8018e3e9b1f: Catch ChatStreamError in case stream wasn't connected when trying to set… (authored by saghul).
Catch ChatStreamError in case stream wasn't connected when trying to set…
Don't use HTML for MUC stanzas
Send removed participnt's presence first